mirror of
https://github.com/actualbudget/actual.git
synced 2026-05-21 22:52:17 -05:00
The build-web job in vrt-update-generate.yml invoked `yarn workspace @actual-app/core build:browser`, but #7602 removed that script when it routed the browser pipeline through `lage build:browser --to=@actual-app/web` (orchestrated by bin/package-browser). The recent /update-vrt parallelization (#7641) preserved the now-stale per-workspace invocations, so every comment trigger fails with "Couldn't find a script named build:browser". Match the working e2e-test.yml build-web step exactly: `yarn build:browser --skip-translations`. lage's `^build` edge handles the upstream graph (crdt, plugins-service, loot-core) automatically, and `--skip-translations` keeps the captured snapshots aligned with regular VRT runs (which also strip Weblate locale chunks for determinism). Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>