diff --git a/.husky/pre-push b/.husky/pre-push index 0bb4416778..3859fb6ad4 100755 --- a/.husky/pre-push +++ b/.husky/pre-push @@ -1,6 +1,6 @@ #!/usr/bin/env sh -yarn check-lock-files -yarn check-commit -yarn documentation +yarn check-lock-files && +yarn check-commit && +yarn documentation && yarn pretty-quick --check