File tree Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1- #! /bin/sh
2- . " $( dirname " $0 " ) /_/husky.sh"
1+ #! /usr/ bin/env sh
2+ . " $( dirname -- " $0 " ) /_/husky.sh"
33
44npx run-if-changed
Original file line number Diff line number Diff line change 1- #! /bin/sh
2- . " $( dirname " $0 " ) /_/husky.sh"
1+ #! /usr/ bin/env sh
2+ . " $( dirname -- " $0 " ) /_/husky.sh"
33
44npx run-if-changed
Original file line number Diff line number Diff line change 1- #! /bin/sh
2- . " $( dirname " $0 " ) /_/husky.sh"
1+ #! /usr/ bin/env sh
2+ . " $( dirname -- " $0 " ) /_/husky.sh"
33
44npx run-if-changed
Original file line number Diff line number Diff line change 1- #! /bin/sh
2- . " $( dirname " $0 " ) /_/husky.sh"
1+ #! /usr/ bin/env sh
2+ . " $( dirname -- " $0 " ) /_/husky.sh"
33
44npx run-if-changed
Original file line number Diff line number Diff line change 1- #! /bin/sh
2- . " $( dirname " $0 " ) /_/husky.sh"
1+ #! /usr/ bin/env sh
2+ . " $( dirname -- " $0 " ) /_/husky.sh"
33
44npx lint-staged
Original file line number Diff line number Diff line change 1- #! /bin/sh
2- . " $( dirname " $0 " ) /_/husky.sh"
1+ #! /usr/ bin/env sh
2+ . " $( dirname -- " $0 " ) /_/husky.sh"
33
44npm test && npm run build && npm run check-readme
You can’t perform that action at this time.
0 commit comments