layui/.husky/commit-msg

5 lines
96 B
Plaintext
Raw Normal View History

#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
2022-02-16 09:22:55 +00:00
npm run lint:prettier
npx --no -- commitlint --edit $1