code/.husky/commit-msg

5 lines
82 B
Plaintext
Raw Normal View History

2021-06-21 05:09:01 +00:00
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
npx --no-install commitlint --edit "$1"