2025-12-05 20:39:49 +00:00
|
|
|
import { $ } from "bun"
|
|
|
|
|
|
2026-05-05 05:43:36 +00:00
|
|
|
await $`bun ./scripts/copy-icons.ts ${process.env.OPENCODE_CHANNEL ?? "dev"}`
|
2025-12-05 20:39:49 +00:00
|
|
|
|
2026-05-05 05:43:36 +00:00
|
|
|
await $`cd ../opencode && bun script/build-node.ts`
|