Skip to content

Commit

Permalink
#319 - fixed the husky configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
malaquiasdev committed Feb 26, 2021
1 parent 60c69e0 commit 9f2e913
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .husky/pre-commit → .husky/pre-push
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npm test
yarn lint
yarn test

0 comments on commit 9f2e913

Please sign in to comment.