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

7 lines
104 B
Bash
Executable File

#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
npm run lint-staged
npm run test-ci
npm run e2e-ci