gf-vben-admin/.husky/pre-commit

9 lines
189 B
Plaintext
Raw Normal View History

2021-02-09 22:36:44 +08:00
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
. "$(dirname "$0")/common.sh"
[ -n "$CI" ] && exit 0
2021-02-09 23:47:14 +08:00
# Format and submit code according to lintstagedrc.js configuration
2021-02-09 22:36:44 +08:00
npm run lint:lint-staged