File tree 4 files changed +1
-10
lines changed
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 65
65
"husky:commit-msg" : " echo 'No commit message hook'" ,
66
66
"husky:pre-commit" : " npx --no lint-staged" ,
67
67
"husky:pre-push" : " npm test" ,
68
- "prepare" : " npm run clean && npm run build && npx --no husky install " ,
68
+ "prepare" : " npm run clean && npm run build" ,
69
69
"start" : " node bin/index.js" ,
70
70
"test" : " node --experimental-vm-modules node_modules/jest/bin/jest.js" ,
71
71
"version" : " changelog-updater && git add ."
You can’t perform that action at this time.
0 commit comments