chore: fix typecheck script to use per-package tsc --noEmit
This commit is contained in:
parent
89e559a4db
commit
47a0becc6e
5 changed files with 9 additions and 5 deletions
|
|
@ -7,7 +7,8 @@
|
|||
"dev": "pnpm --filter shared build && pnpm --filter db build && tsx watch src/server.ts",
|
||||
"build": "tsc",
|
||||
"start": "node dist/src/server.js",
|
||||
"test": "vitest"
|
||||
"test": "vitest",
|
||||
"typecheck": "tsc --noEmit"
|
||||
},
|
||||
"dependencies": {
|
||||
"@lila/db": "workspace:*",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue