fix: updated husky pre-commit hook to run linting fix, tests, test-coverage, and formatting
This commit is contained in:
+4
-1
@@ -1,4 +1,7 @@
|
||||
#!/usr/bin/env sh
|
||||
. "$(dirname -- "$0")/_/husky.sh"
|
||||
|
||||
npm run format-staged
|
||||
npm run lint-fix-staged
|
||||
npm run tests
|
||||
npm run test-coverage
|
||||
npm run format-staged
|
||||
Reference in New Issue
Block a user