Hangar/frontend/.husky/pre-commit

7 lines
165 B
Plaintext
Raw Normal View History

2022-02-28 01:29:58 +08:00
#!/bin/sh
2022-07-02 20:26:11 +08:00
. "$(dirname "$0")/_/husky.sh"
2022-02-28 01:29:58 +08:00
2022-07-02 20:26:11 +08:00
cd frontend
#pnpm run lint:typecheck TODO uncomment when all tsc errors are fixed
2023-11-01 23:52:31 +08:00
DEBUG=eslint:cli-engine pnpm lint-staged