MeterSphere/frontend/.husky/pre-commit

5 lines
99 B
Plaintext
Raw Normal View History

2023-05-24 11:08:08 +08:00
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
cd frontend && npm run type:check && npm run lint-staged