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