react-starter-kit/.husky/pre-commit

8 lines
117 B
Plaintext
Raw Permalink Normal View History

2022-06-27 18:21:31 +02:00
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
npm run lint-staged
2022-08-08 14:48:59 +02:00
npm run lint
2022-06-27 18:21:31 +02:00
npm run test-ci
npm run e2e-ci