diff --git a/.husky/pre-commit b/.husky/pre-commit index 83d4c3e..124376e 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,4 +1,4 @@ #!/bin/sh . "$(dirname "$0")/_/husky.sh" -node --test +node --test && npm run lint