Skip to content

Commit 9a1fc88

Browse files
authored
chore: finish migrating to husky (#18)
1 parent 4175d0e commit 9a1fc88

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
@@ -34,7 +34,7 @@
3434
"package:watch": "npm run package -- --watch",
3535
"test": "vitest run --coverage --reporter=verbose",
3636
"all": "npm run format:write && npm run lint && npm run test && npm run package",
37-
"prepare": "husky install"
37+
"prepare": "husky"
3838
},
3939
"license": "MIT",
4040
"dependencies": {

0 commit comments

Comments
 (0)