Sfoglia il codice sorgente

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

Luke Parker 2 settimane fa
parent
commit
35075bb466
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      packages/desktop/scripts/predev.ts

+ 2 - 0
packages/desktop/scripts/predev.ts

@@ -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`