anuragshas commited on
Commit
9807072
·
1 Parent(s): 4e3d6f3

fix: husky precommit

Browse files
Files changed (1) hide show
  1. .husky/pre-commit +3 -4
.husky/pre-commit CHANGED
@@ -1,4 +1,3 @@
1
- #!/usr/bin/env sh
2
- . "$(dirname -- "$0")/_/husky.sh"
3
-
4
- npm test && npm run lint && npx lint-staged
 
1
+ npm test
2
+ npm run lint
3
+ npx lint-staged