mirror of
https://github.com/anomalyco/opencode.git
synced 2026-08-04 00:33:33 +00:00
9 lines
271 B
TypeScript
9 lines
271 B
TypeScript
import { $ } from "bun"
|
|
import { downloadCliToResources } from "./utils"
|
|
|
|
await $`bun run install-electron`
|
|
|
|
await $`bun ./scripts/copy-icons.ts ${process.env.OPENCODE_CHANNEL ?? "dev"}`
|
|
|
|
await $`cd ../opencode && bun script/build-node.ts`
|
|
await downloadCliToResources()
|