Skip to content

Commit ce1a858

Browse files
authored
refactor: migrate from yarn to pnpm (#29)
1 parent 6eb4184 commit ce1a858

File tree

5 files changed

+5234
-5228
lines changed

5 files changed

+5234
-5228
lines changed

.husky/commit-msg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/sh
22
. "$(dirname $0)/_/husky.sh"
33

4-
yarn commitlint --edit
4+
npx --no -- commitlint --edit ${1}

.husky/pre-commit

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22
. "$(dirname $0)/_/husky.sh"
33

4-
yarn lint-staged
5-
yarn test
6-
yarn istanbul-badges-readme
4+
pnpm lint-staged
5+
pnpm test
6+
pnpm istanbul-badges-readme
77
git add README.md

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,14 @@
2424
"@izayl/eslint-config-ts": "0.4.5",
2525
"@rollup/plugin-typescript": "8.5.0",
2626
"@types/jest": "29.0.3",
27+
"@types/node": "^18.7.20",
2728
"eslint": "8.24.0",
2829
"husky": "8.0.1",
2930
"istanbul-badges-readme": "1.8.2",
3031
"jest": "29.0.3",
3132
"lint-staged": "13.0.3",
3233
"pinst": "3.0.0",
34+
"rollup": "^2.79.1",
3335
"standard-version": "9.5.0",
3436
"ts-jest": "29.0.2",
3537
"ts-node": "10.9.1",

0 commit comments

Comments
 (0)