File tree Expand file tree Collapse file tree 4 files changed +1
-10
lines changed Expand file tree Collapse file tree 4 files changed +1
-10
lines changed Original file line number Diff line number Diff line change 1
- #! /usr/bin/env sh
2
- . " $( dirname -- " $0 " ) /_/husky.sh"
3
-
4
1
npm run husky:commit-msg
Original file line number Diff line number Diff line change 1
- #! /usr/bin/env sh
2
- . " $( dirname -- " $0 " ) /_/husky.sh"
3
-
4
1
npm run husky:pre-commit
Original file line number Diff line number Diff line change 1
- #! /usr/bin/env sh
2
- . " $( dirname -- " $0 " ) /_/husky.sh"
3
-
4
1
npm run husky:pre-push
Original file line number Diff line number Diff line change 54
54
"husky:commit-msg" : " echo 'No commit message hook'" ,
55
55
"husky:pre-commit" : " npx --no lint-staged" ,
56
56
"husky:pre-push" : " npm test" ,
57
- "prepare" : " npm run clean && npm run build && npx --no husky install " ,
57
+ "prepare" : " npm run clean && npm run build && npx --no husky" ,
58
58
"start" : " node bin/index.js" ,
59
59
"test" : " node --experimental-vm-modules node_modules/jest/bin/jest.js" ,
60
60
"version" : " changelog-updater && git add ."
You can’t perform that action at this time.
0 commit comments