diff --git a/.husky/pre-commit b/.husky/pre-commit index df37ad6b..a3794082 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,4 +1,5 @@ #!/usr/bin/env sh . "$(dirname -- "$0")/_/husky.sh" -yarn lint --max-warnings=0 --fix && bin/rails test +# Run the linter, and all our tests. +yarn lint --max-warnings=0 --fix && bin/rake test spec