Files
fst_data_factory_frontandback/.husky/commit-msg
2026-04-22 13:40:01 +08:00

7 lines
163 B
Plaintext

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.