We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c5ec2c commit bccd0b5Copy full SHA for bccd0b5
.husky/commit-msg
@@ -1,4 +1 @@
1
-#!/usr/bin/env sh
2
-. "$(dirname -- "$0")/_/husky.sh"
3
-
4
node scripts/verifyCommit.js
.husky/pre-commit
-pnpm run lint
+pnpm lint
package.json
@@ -14,7 +14,7 @@
14
"lint:fix": "eslint . --fix",
15
"test": "vitest",
16
"release": "bumpp --commit --push --tag",
17
- "prepare": "npx husky install"
+ "prepare": "husky"
18
},
19
"dependencies": {
20
"@unhead/vue": "^1.8.10",
0 commit comments