Skip to content

Commit 35075bb

Browse files
authored
fix(desktop): install Electron before development (#39052)
1 parent a9afed0 commit 35075bb

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

packages/desktop/scripts/predev.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
import { $ } from "bun"
22

3+
await $`bun run install-electron`
4+
35
await $`bun ./scripts/copy-icons.ts ${process.env.OPENCODE_CHANNEL ?? "dev"}`
46

57
await $`cd ../opencode && bun script/build-node.ts`

0 commit comments

Comments
 (0)