build: allow matrix crypto build scripts

This commit is contained in:
Peter Steinberger
2026-01-20 12:23:05 +00:00
parent 0330b483ad
commit 6e1ad31b49
2 changed files with 2 additions and 1 deletions

2
.npmrc
View File

@@ -1 +1 @@
allow-build-scripts=@whiskeysockets/baileys,sharp,esbuild,protobufjs,fs-ext,node-pty,@lydell/node-pty allow-build-scripts=@whiskeysockets/baileys,sharp,esbuild,protobufjs,fs-ext,node-pty,@lydell/node-pty,@matrix-org/matrix-sdk-crypto-nodejs

View File

@@ -6,6 +6,7 @@ packages:
onlyBuiltDependencies: onlyBuiltDependencies:
- '@whiskeysockets/baileys' - '@whiskeysockets/baileys'
- '@lydell/node-pty' - '@lydell/node-pty'
- '@matrix-org/matrix-sdk-crypto-nodejs'
- authenticate-pam - authenticate-pam
- esbuild - esbuild
- protobufjs - protobufjs