There was an error while loading. Please reload this page.
1 parent a9afed0 commit 35075bbCopy full SHA for 35075bb
1 file changed
packages/desktop/scripts/predev.ts
@@ -1,5 +1,7 @@
1
import { $ } from "bun"
2
3
+await $`bun run install-electron`
4
+
5
await $`bun ./scripts/copy-icons.ts ${process.env.OPENCODE_CHANNEL ?? "dev"}`
6
7
await $`cd ../opencode && bun script/build-node.ts`
0 commit comments