diff --git a/.husky/pre-push b/.husky/pre-push index d7bfd54..879e935 100644 --- a/.husky/pre-push +++ b/.husky/pre-push @@ -1,4 +1,4 @@ #!/usr/bin/env sh . "$(dirname -- "$0")/_/husky.sh" -yarn run test +npm run test