mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-07-12 21:02:17 +02:00
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:
parent
b7d1019538
commit
502aae3c14
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ packages:
|
|||
- packages/*
|
||||
|
||||
allowBuilds:
|
||||
baileys: set this to true or false
|
||||
baileys: true
|
||||
core-js: true
|
||||
electron: true
|
||||
electron-winstaller: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue