gohttpdUi/.husky/pre-commit

9 lines
176 B
Plaintext
Raw Permalink Normal View History

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