Skip to content

fix(app): verify Electron before dev setup#462

Merged
xinyao27 merged 1 commit into
mainfrom
xinyao27/ensure-electron-runtime
Jul 18, 2026
Merged

fix(app): verify Electron before dev setup#462
xinyao27 merged 1 commit into
mainfrom
xinyao27/ensure-electron-runtime

Conversation

@xinyao27

Copy link
Copy Markdown
Contributor

Summary

  • run the existing Electron runtime check before the more expensive development dependency builds
  • add a regression test that keeps the runtime check first in the app development command

Why

A missing or incomplete Electron installation should fail immediately when starting desktop development instead of surfacing only after the workspace dependency build finishes.

Validation

  • pnpm --filter @spool/app run ensure:electron-runtime
  • pnpm --filter @spool/app exec vp test run scripts/lib/dev-launch-plan.test.mjs --no-file-parallelism (3 tests)
  • pnpm --filter @spool/app typecheck
  • focused format and lint checks

@xinyao27
xinyao27 added this pull request to the merge queue Jul 18, 2026
Merged via the queue into main with commit 50d9876 Jul 18, 2026
6 checks passed
@xinyao27
xinyao27 deleted the xinyao27/ensure-electron-runtime branch July 18, 2026 16:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant