predev.ts 219 B

12345678
  1. import { $ } from "bun"
  2. import { downloadCliToResources } from "./utils"
  3. await $`bun run install-electron`
  4. await $`bun ./scripts/copy-icons.ts ${process.env.OPENCODE_CHANNEL ?? "dev"}`
  5. await downloadCliToResources()