Skip to content

Commit 57dbd16

Browse files
committed
Update husky pre-commit hook
1 parent f4d76fb commit 57dbd16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.husky/pre-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
if [ -z "${DISABLE_PRECOMMIT_LINT}" ]; then
2-
pnpm lint --staged
2+
pnpm run precommit
33
else
44
echo "Skipping lint due to DISABLE_PRECOMMIT_LINT env var"
55
fi

0 commit comments

Comments
 (0)