Skip to content

Commit 7a32c66

Browse files
committed
build: update husky prepare
1 parent 8554263 commit 7a32c66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818
"scripts": {
1919
"build": "lerna run build",
2020
"clean": "git clean -fdx",
21-
"postinstall": "husky install",
2221
"publish": "lerna publish from-git --yes",
2322
"lint:check": "eslint",
2423
"lint:fix": "eslint --fix",
2524
"lint:staged": "npx lint-staged",
2625
"test": "lerna run test",
27-
"version": "lerna version"
26+
"version": "lerna version",
27+
"prepare": "husky install"
2828
},
2929
"type": "module",
3030
"workspaces": [

0 commit comments

Comments
 (0)