mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-18 05:29:39 +02:00
fix: add type-check script to @mana-core/nestjs-integration
This ensures turbo runs type-check on the package before dependent packages, fixing CI failures where @picture/backend couldn't find the module's type declarations.
This commit is contained in:
parent
78b5e6d226
commit
2effac4158
1 changed files with 2 additions and 1 deletions
|
|
@ -25,7 +25,8 @@
|
|||
"build": "tsc",
|
||||
"dev": "tsc --watch",
|
||||
"clean": "rm -rf dist",
|
||||
"lint": "eslint ."
|
||||
"lint": "eslint .",
|
||||
"type-check": "tsc --noEmit"
|
||||
},
|
||||
"dependencies": {
|
||||
"@nestjs/common": "^10.0.0 || ^11.0.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue