admin-vben/.husky/commit-msg

9 lines
145 B
Plaintext
Raw Normal View History

2023-03-18 13:10:54 +00:00
#!/bin/sh
# shellcheck source=./_/husky.sh
. "$(dirname "$0")/_/husky.sh"
PATH="/usr/local/bin:$PATH"
npx --no-install commitlint --edit "$1"