Skip to content

Commit cf0585e

Browse files
committed
chore(deps): update config for husky@^9
1 parent abe8dff commit cf0585e

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.husky/commit-msg

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
#!/usr/bin/env sh
2-
. "$(dirname -- "$0")/_/husky.sh"
3-
41
npx --no-install commitlint --edit "$1"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"build": "rimraf dist && webpack --mode=production",
1717
"commitmsg": "commitlint -e $GIT_PARAMS",
1818
"coverage": "tap ./test/{unit,integration}/*.js --coverage --coverage-report=lcov",
19-
"prepare": "husky install",
19+
"prepare": "husky",
2020
"semantic-release": "semantic-release",
2121
"test": "npm run test:lint && jest \"test[\\\\/](unit|integration)\"",
2222
"test:clearCache": "jest --clearCache",

0 commit comments

Comments
 (0)