chore: 移除 commit-msg 的 git hook 检查
简化 git hooks 配置,仅保留 pre-commit 检查
This commit is contained in:
parent
977ba1c283
commit
558a5e7af3
|
|
@ -68,7 +68,6 @@
|
|||
"prismjs": "^1.27.0"
|
||||
},
|
||||
"simple-git-hooks": {
|
||||
"pre-commit": "npm run lint && npm run type:check",
|
||||
"commit-msg": "node scripts/verifyCommit.js"
|
||||
"pre-commit": "npm run lint && npm run type:check"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user