We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e60d56 commit 391ba37Copy full SHA for 391ba37
.husky/pre-commit
@@ -1,4 +1 @@
1
-#!/usr/bin/env sh
2
-. "$(dirname "$0")/_/husky.sh"
3
-
4
npx lint-staged
package.json
@@ -8,7 +8,7 @@
8
"url": "https://github.com/kktjs/kkt.git"
9
},
10
"scripts": {
11
- "prepare": "husky install",
+ "prepare": "husky",
12
"lib:----->>>": ">>>>>>>>>>>>>>>>>>>>>>>>>>>",
13
"lib:watch": "lerna exec \"tsbb watch --no-esm\" --scope @kkt/*",
14
"lib:watch:less": "lerna exec \"tsbb watch --no-esm\" --scope @kkt/less-modules",
@@ -45,7 +45,7 @@
45
46
"devDependencies": {
47
"@babel/runtime": "^7.18.3",
48
- "husky": "~8.0.0",
+ "husky": "^9.0.11",
49
"lerna": "~7.3.0",
50
"lint-staged": "^15.0.0",
51
"prettier": "~3.0.0",
0 commit comments