fix(pnpm): allowed @nestjs/core and @swc/core to run scripts

This commit is contained in:
neonbyte1 2025-04-19 12:34:51 +02:00
parent f6154619eb
commit 68185ec07e
No known key found for this signature in database
GPG Key ID: 51F6969EBB35C903
1 changed files with 6 additions and 0 deletions

View File

@ -72,5 +72,11 @@
],
"coverageDirectory": "../coverage",
"testEnvironment": "node"
},
"pnpm": {
"onlyBuiltDependencies": [
"@nestjs/core",
"@swc/core"
]
}
}