chore: add ts-check script

This commit is contained in:
Miodec 2024-08-09 12:42:02 +02:00
parent f32846de32
commit 24f9a6c079

View file

@ -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",