diff --git a/.husky/pre-commit b/.husky/pre-commit index 6a109d8..0fe011c 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,5 +1,6 @@ #!/usr/bin/env sh . "$(dirname -- "$0")/_/husky.sh" -npm test +pnpm bundle +pnpm test ./node_modules/.bin/lint-staged