Skip to content

Commit ef481b9

Browse files
ericyangpanclaude
andcommitted
chore(husky): reorder pre-commit hooks and delete pre-push
- Move npm run check after npm run test:ci in pre-commit - Add npm run type-check to pre-commit - Remove pre-push hook (不再需要 pre-push check) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent f5086c9 commit ef481b9

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.husky/pre-commit

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
npm i
22
npx lint-staged
3-
npm run check
43
npm run test:ci
4+
npm run check
5+
npm run type-check

.husky/pre-push

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)