fix(desktop): install Electron before development (#39052)

This commit is contained in:
Luke Parker 2026-07-27 14:37:42 +10:00 committed by GitHub
commit 35075bb466
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,5 +1,7 @@
import { $ } from "bun"
await $`bun run install-electron`
await $`bun ./scripts/copy-icons.ts ${process.env.OPENCODE_CHANNEL ?? "dev"}`
await $`cd ../opencode && bun script/build-node.ts`