CEES-H5-New/.husky/pre-commit

8 lines
159 B
Plaintext
Raw Normal View History

2025-03-19 13:15:34 +08:00
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
[ -n "$CI" ] && exit 0
# Format and submit code according to lintstagedrc.js configuration
npm run lint:lint-staged