Skip to content

Commit 22edf65

Browse files
manNomiclaude
andcommitted
chore: remove lint from pre-push hook
Lint check is already run in CI workflow, so it's redundant in pre-push. Keep only typecheck for faster local push experience. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent e8fee58 commit 22edf65

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.husky/pre-push

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
echo "🔍 Running lint check before push..."
2-
npm run lint
3-
41
echo "🔍 Running type check before push..."
52
npm run typecheck
63

0 commit comments

Comments
 (0)