layui/.husky/commit-msg

5 lines
96 B
Plaintext
Raw Normal View History

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