1
0

commit-msg 163 B

123456
  1. echo Start running commit-msg hook...
  2. # Check whether the git commit information is standardized
  3. pnpm exec commitlint --edit "$1"
  4. echo Run commit-msg hook done.