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-
41npm 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-
41npm 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-
41npm run husky:pre-push
Original file line number Diff line number Diff line change 5454 "husky:commit-msg" : " echo 'No commit message hook'" ,
5555 "husky:pre-commit" : " npx --no lint-staged" ,
5656 "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" ,
5858 "start" : " node bin/index.js" ,
5959 "test" : " node --experimental-vm-modules node_modules/jest/bin/jest.js" ,
6060 "version" : " changelog-updater && git add ."
You can’t perform that action at this time.
0 commit comments