diff --git a/.husky/pre-commit b/.husky/pre-commit index a0e3a53df5..f28ef3e430 100644 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -24,4 +24,7 @@ else fi $npx_cmd lint-staged -$pnpm_cmd lint + +# Skip full repo lint on pre-commit (lint-staged already linted staged files) +# Full linting happens in CI for comprehensive coverage +echo "Pre-commit checks complete. Full lint runs in CI."