vben-admin-thin-next/.husky/pre-commit

13 lines
294 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
# Check the file name
# ! ls-lint cannot be used normally in mac pro of M1 system.
2021-02-09 22:36:44 +08:00
npm run lint:ls-lint
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