File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 8
8
"build" : " lerna run build --stream --parallel --include-filtered-dependencies" ,
9
9
"clean" : " npx lerna clean --yes && npx lerna run clean --stream --parallel --include-filtered-dependencies" ,
10
10
"commit" : " node @commitlint/prompt-cli/cli.js" ,
11
- "commitmsg" : " node @commitlint/cli/lib/cli.js -E GIT_PARAMS" ,
12
11
"deps" : " lerna run deps" ,
13
12
"pkg" : " lerna run pkg" ,
14
13
"docs" : " docsify serve docs" ,
15
14
"lint" : " lerna run lint" ,
16
- "precommit" : " lint-staged" ,
17
15
"publish" : " lerna publish --conventional-commits" ,
18
16
"reinstall" : " yarn clean && yarn install" ,
19
17
"start" : " lerna run start --stream --parallel --include-filtered-dependencies" ,
101
99
"npx" : " 9.7.1" ,
102
100
"prettier" : " 1.10.2" ,
103
101
"xo" : " 0.20.3"
102
+ },
103
+ "husky" : {
104
+ "hooks" : {
105
+ "commit-msg" : " node @commitlint/cli/lib/cli.js -E HUSKY_GIT_PARAMS" ,
106
+ "pre-commit" : " lint-staged"
107
+ }
104
108
}
105
109
}
You can’t perform that action at this time.
0 commit comments