We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 273c47f commit cd1da6aCopy full SHA for cd1da6a
.husky/pre-commit
@@ -5,7 +5,7 @@ else
5
fi
6
7
if [ -z "${DISABLE_PRECOMMIT_TEST}" ]; then
8
- npm run test
+ pnpm run test
9
else
10
echo "Skipping testing due to DISABLE_PRECOMMIT_TEST env var"
11
0 commit comments