You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
vite-vue3-lowcode/.husky/commit-msg

7 lines
116 B

4 years ago
#!/bin/sh
# shellcheck source=./_/husky.sh
4 years ago
. "$(dirname "$0")/_/husky.sh"
npx --no-install commitlint --edit "$1"