predev.ts 191 B

1234567
  1. import { $ } from "bun"
  2. await $`bun run install-electron`
  3. await $`bun ./scripts/copy-icons.ts ${process.env.OPENCODE_CHANNEL ?? "dev"}`
  4. await $`cd ../opencode && bun script/build-node.ts`