Files
bdqr-admin/.husky/commit-msg

7 lines
163 B
Plaintext
Raw Normal View History

2026-03-09 13:50:57 +08:00
echo Start running commit-msg hook...
# Check whether the git commit information is standardized
pnpm exec commitlint --edit "$1"
echo Run commit-msg hook done.