vite-vue3-lowcode/.husky/commit-msg

7 lines
116 B
Plaintext
Raw Normal View History

2021-05-04 21:54:05 +08:00
#!/bin/sh
2021-07-25 21:05:58 +08:00
# shellcheck source=./_/husky.sh
2021-05-04 21:54:05 +08:00
. "$(dirname "$0")/_/husky.sh"
2021-07-25 21:05:58 +08:00
npx --no-install commitlint --edit "$1"