Skip to content

Commit

Permalink
Disabling tests in pre-commit to speed up the commits.
Browse files Browse the repository at this point in the history
  • Loading branch information
trekhleb committed Apr 21, 2021
1 parent 912941b commit 7ad3fbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
. "$(dirname "$0")/_/husky.sh"

npm run lint
npm run test
# npm run test

0 comments on commit 7ad3fbc

Please sign in to comment.