Skip to content

Commit

Permalink
Remove npm run format from pre-commit hook
Browse files Browse the repository at this point in the history
  • Loading branch information
schmelto committed Nov 25, 2023
1 parent 7dc172d commit e3cb628
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npm test
npm run format
npm test

0 comments on commit e3cb628

Please sign in to comment.