fix(x): resolve baileys build approval placeholder blocking package build

The mobile-channels feature added baileys, whose install-time scripts
require build approval. A placeholder value ("set this to true or
false") was left in the allowBuilds block of pnpm-workspace.yaml. pnpm
11 treats an unresolved build decision as a hard error, causing
pnpm install to exit non-zero and abort Electron Forge's generateAssets
hook during npm run package.

Set baileys: true to match the onlyBuiltDependencies entry.
This commit is contained in:
Gagan 2026-07-06 16:11:38 +05:30
parent b7d1019538
commit 502aae3c14

View file

@ -3,7 +3,7 @@ packages:
- packages/*
allowBuilds:
baileys: set this to true or false
baileys: true
core-js: true
electron: true
electron-winstaller: true