chore: 移除 commit-msg 的 git hook 检查

简化 git hooks 配置,仅保留 pre-commit 检查
This commit is contained in:
hanshiyang 2025-09-23 10:46:42 +08:00
parent 977ba1c283
commit 558a5e7af3

View File

@ -68,7 +68,6 @@
"prismjs": "^1.27.0" "prismjs": "^1.27.0"
}, },
"simple-git-hooks": { "simple-git-hooks": {
"pre-commit": "npm run lint && npm run type:check", "pre-commit": "npm run lint && npm run type:check"
"commit-msg": "node scripts/verifyCommit.js"
} }
} }