Skip to content

Commit 31c6d7d

Browse files
authored
chore: update husky hooks (#782)
1 parent f34afc4 commit 31c6d7d

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.husky/commit-msg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
npx --no-install commitlint --edit $1
1+
commitlint --edit $1

.husky/pre-commit

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
npx --no-install lint-staged
1+
lint-staged

package-lock.json

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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"eslint-config-prettier": "^9.1.0",
7878
"eslint-plugin-import": "^2.29.1",
7979
"file-loader": "^6.2.0",
80-
"husky": "^9.1.2",
80+
"husky": "^9.1.3",
8181
"is-gzip": "^2.0.0",
8282
"jest": "^29.7.0",
8383
"lint-staged": "^15.2.5",

0 commit comments

Comments
 (0)