mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2024-11-10 08:55:37 +08:00
chore: add ts-check script
This commit is contained in:
parent
f32846de32
commit
24f9a6c079
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
|||
"full-check": "turbo lint ts-check build test validate-json",
|
||||
"prepare": "husky install",
|
||||
"pre-commit": "lint-staged",
|
||||
"ts-check": "turbo run ts-check",
|
||||
"lint": "turbo run lint",
|
||||
"lint-be": "turbo run lint --filter @monkeytype/backend",
|
||||
"lint-fe": "turbo run lint --filter @monkeytype/frontend",
|
||||
|
|
Loading…
Reference in a new issue