chore: 接入 husky + lint-staged,pre-commit 跑 tsc,pre-push 跑 css:audit
- pre-commit: npx lint-staged → tsc --noEmit(仅检查暂存的 TS/TSX 文件)
This commit is contained in:
@@ -0,0 +1 @@
|
||||
npx lint-staged
|
||||
@@ -0,0 +1 @@
|
||||
npm run css:audit
|
||||
Reference in New Issue
Block a user