fix(desktop): install Electron before development (#39052)
This commit is contained in:
parent
a9afed0515
commit
35075bb466
1 changed files with 2 additions and 0 deletions
|
|
@ -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`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue