Skip to content

Commit ff0e053

Browse files
authored
chore: update husky hooks (#1906)
1 parent cf5522c commit ff0e053

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.husky/commit-msg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
npx --no-install commitlint --edit $1
1+
commitlint --edit $1

.husky/pre-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
npx lint-staged
1+
lint-staged

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
"file-loader": "^6.2.0",
9393
"finalhandler": "^1.2.0",
9494
"hono": "^4.4.13",
95-
"husky": "^9.0.10",
95+
"husky": "^9.1.3",
9696
"jest": "^29.3.1",
9797
"joi": "^17.12.2",
9898
"koa": "^2.15.2",

0 commit comments

Comments
 (0)