tdesign-vue-next-starter/.husky/commit-msg

6 lines
139 B
Plaintext
Raw Normal View History

if [[ "$OS" == "Windows_NT" ]]; then
npx.cmd --no-install commitlint -e $GIT_PARAMS
else
npx --no-install commitlint -e $GIT_PARAMS
fi