diff --git a/.husky/pre-push b/.husky/pre-push index 610c2a5..91c16cf 100644 --- a/.husky/pre-push +++ b/.husky/pre-push @@ -1,4 +1,4 @@ #!/usr/bin/env sh . "$(dirname -- "$0")/_/husky.sh" -npm test +yarn run lint:check && yarn run lint:fix