Skip to content

Commit

Permalink
fix: fix husky not launching (#1273)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alezco committed Jun 3, 2021
1 parent 210fac6 commit a9c982c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .husky/pre-push
@@ -0,0 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

yarn lint && yarn test

0 comments on commit a9c982c

Please sign in to comment.