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
|
|
@ -12,7 +12,7 @@
|
|||
"lint": "eslint .",
|
||||
"format": "prettier --write .",
|
||||
"format:check": "prettier --check .",
|
||||
"typecheck": "tsc --build --noEmit"
|
||||
"typecheck": "pnpm -r typecheck"
|
||||
},
|
||||
"lint-staged": {
|
||||
"**/*.{ts,tsx}": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue