mirror of
https://github.com/Mastermindzh/react-starter-kit.git
synced 2025-11-09 13:15:19 +01:00
reconfigured husky for the new version
This commit is contained in:
6
.husky/pre-commit
Executable file
6
.husky/pre-commit
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env sh
|
||||
. "$(dirname -- "$0")/_/husky.sh"
|
||||
|
||||
npm run lint-staged
|
||||
npm run test-ci
|
||||
npm run e2e-ci
|
||||
Reference in New Issue
Block a user