gohttpdUi/.husky/pre-commit

9 lines
174 B
Plaintext
Raw Normal View History

2021-12-07 16:36:59 +08:00
#!/bin/sh
2024-07-18 16:56:42 +08:00
. "$(dirname "$0")/husky.sh"
2021-12-07 16:36:59 +08:00
[ -n "$CI" ] && exit 0
# Format and submit code according to lintstagedrc.js configuration
npm run ts:check
2022-04-15 09:28:50 +08:00
npm run lint:lint-staged