fix: allow matrix-sdk-crypto-nodejs build scripts for native binary
pnpm 10 blocks build scripts by default. The matrix-bot-sdk requires @matrix-org/matrix-sdk-crypto-nodejs which downloads a platform-specific native binary via postinstall. Added to onlyBuiltDependencies so the Alpine (musl) binary gets installed in Docker builds. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -55,6 +55,12 @@
|
|||||||
"@opentelemetry/resources": "^1.30.1"
|
"@opentelemetry/resources": "^1.30.1"
|
||||||
},
|
},
|
||||||
"pnpm": {
|
"pnpm": {
|
||||||
|
"onlyBuiltDependencies": [
|
||||||
|
"@matrix-org/matrix-sdk-crypto-nodejs",
|
||||||
|
"@prisma/client",
|
||||||
|
"@prisma/engines",
|
||||||
|
"prisma"
|
||||||
|
],
|
||||||
"overrides": {
|
"overrides": {
|
||||||
"@isaacs/brace-expansion": ">=5.0.1",
|
"@isaacs/brace-expansion": ">=5.0.1",
|
||||||
"form-data": ">=2.5.4",
|
"form-data": ">=2.5.4",
|
||||||
|
|||||||
Reference in New Issue
Block a user