Skip to content

Commit 9d02e2d

Browse files
authored
chore: update husky hooks (#523)
1 parent 5c7b5cd commit 9d02e2d

File tree

4 files changed

+14
-19
lines changed

4 files changed

+14
-19
lines changed

.husky/commit-msg

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
#!/bin/sh
2-
. "$(dirname "$0")/_/husky.sh"
3-
4-
npx --no-install commitlint --edit $1
1+
commitlint --edit $1

.husky/pre-commit

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
#!/bin/sh
2-
. "$(dirname "$0")/_/husky.sh"
3-
4-
npx --no-install lint-staged
1+
lint-staged

package-lock.json

+10-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"test:coverage": "npm run test:only -- --coverage",
3737
"pretest": "npm run lint",
3838
"test": "npm run test:coverage",
39-
"prepare": "husky install && npm run build",
39+
"prepare": "husky && npm run build",
4040
"release": "standard-version"
4141
},
4242
"files": [
@@ -67,7 +67,7 @@
6767
"eslint-plugin-import": "^2.29.1",
6868
"handlebars": "^4.7.8",
6969
"html-webpack-plugin": "^5.6.0",
70-
"husky": "^8.0.3",
70+
"husky": "^9.1.3",
7171
"jest": "^29.7.0",
7272
"lint-staged": "^15.2.7",
7373
"memfs": "^4.9.3",

0 commit comments

Comments
 (0)