Skip to content

Commit 4fe5e0a

Browse files
committed
chore: update pre-commit hook configuration
1 parent f16167e commit 4fe5e0a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.husky/pre-commit

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,7 @@ else
2424
fi
2525

2626
$npx_cmd lint-staged
27-
$pnpm_cmd lint
27+
28+
# Skip full repo lint on pre-commit (lint-staged already linted staged files)
29+
# Full linting happens in CI for comprehensive coverage
30+
echo "Pre-commit checks complete. Full lint runs in CI."

0 commit comments

Comments
 (0)