Merge pull request #326 from neonbyte1/master

Configure onlyBuiltDependencies for pnpm
This commit is contained in:
Kamil Mysliwiec 2025-04-22 09:35:46 +02:00 committed by GitHub
commit f3ed222bcc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 0 deletions

View File

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