diff --git a/.husky/pre-commit b/.husky/pre-commit index eae44a10..7f97b5e9 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,5 +1,5 @@ #!/usr/bin/env sh . "$(dirname -- "$0")/_/husky.sh" -npm run lint -npm run lint-staged +pnpm run lint +pnpm run lint-staged