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 f4d76fb commit 57dbd16Copy full SHA for 57dbd16
.husky/pre-commit
@@ -1,5 +1,5 @@
1
if [ -z "${DISABLE_PRECOMMIT_LINT}" ]; then
2
- pnpm lint --staged
+ pnpm run precommit
3
else
4
echo "Skipping lint due to DISABLE_PRECOMMIT_LINT env var"
5
fi
0 commit comments