diff --git a/.husky/pre-commit b/.husky/pre-commit index 20d0d06..3dd1ddf 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,4 +1,4 @@ #!/bin/sh . "$(dirname "$0")/_/husky.sh" -npm run lint +pnpm run lint diff --git a/.husky/pre-push b/.husky/pre-push index 449fcde..8ef6b5f 100755 --- a/.husky/pre-push +++ b/.husky/pre-push @@ -1,4 +1,4 @@ #!/bin/sh . "$(dirname "$0")/_/husky.sh" -npm test +pnpm test