mirror of
https://fastgit.cc/https://github.com/anomalyco/opencode
synced 2026-04-20 21:00:29 +08:00
6 lines
156 B
TypeScript
6 lines
156 B
TypeScript
import { $ } from "bun"
|
|
|
|
await $`bun ./scripts/copy-icons.ts ${process.env.OPENCODE_CHANNEL ?? "dev"}`
|
|
|
|
await $`cd ../opencode && bun script/build-node.ts`
|