diff --git a/.husky/pre-push b/.husky/pre-push index 449fcde..f077c91 100755 --- a/.husky/pre-push +++ b/.husky/pre-push @@ -1,4 +1,4 @@ #!/bin/sh . "$(dirname "$0")/_/husky.sh" -npm test +yarn test