chore: fix typecheck script to use per-package tsc --noEmit
Some checks failed
Build and Deploy / quality (push) Successful in 1m41s
Build and Deploy / build-and-deploy (push) Failing after 1m2s

This commit is contained in:
lila 2026-04-30 01:29:19 +02:00
parent 89e559a4db
commit 47a0becc6e
5 changed files with 9 additions and 5 deletions

View file

@ -6,7 +6,8 @@
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview"
"preview": "vite preview",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@lila/shared": "workspace:*",