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