vite-vue3-lowcode/.husky/pre-commit

9 lines
189 B
Plaintext
Raw Permalink Normal View History

2021-05-04 21:54:05 +08:00
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
2021-05-26 22:15:13 +08:00
. "$(dirname "$0")/common.sh"
2021-05-04 21:54:05 +08:00
2021-05-26 22:15:13 +08:00
[ -n "$CI" ] && exit 0
# Format and submit code according to lintstagedrc.js configuration
npm run lint:lint-staged