Skip to content

Commit 59f2a8d

Browse files
committed
fix: pre-commit
1 parent 1c96e2d commit 59f2a8d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.husky/pre-commit

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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"commitlint": "^17.6.3",
7979
"cz-conventional-changelog": "^3.3.0",
8080
"eslint-plugin-vue": "^9.12.0",
81-
"husky": "^8.0.3",
81+
"husky": "^8.0.0",
8282
"jest": "^29.5.0",
8383
"jsdom": "^22.0.0",
8484
"standard-version": "^9.5.0",

0 commit comments

Comments
 (0)