Skip to content

Commit 2eef4a0

Browse files
authored
chore: finish migrating to husky v9 (#16)
1 parent 81e27bc commit 2eef4a0

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.husky/pre-commit

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
#!/usr/bin/env sh
2-
# shellcheck disable=SC1091
3-
. "$(dirname -- "$0")/_/husky.sh"
4-
51
npm run package
62
git add -A dist
73

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"package:watch": "npm run package -- --watch",
2929
"test": "vitest run --coverage --reporter=verbose",
3030
"all": "npm run format:write && npm run lint && npm run test && npm run package",
31-
"prepare": "husky install"
31+
"prepare": "husky"
3232
},
3333
"license": "MIT",
3434
"dependencies": {

0 commit comments

Comments
 (0)