mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-24 06:45:22 +00:00
10 lines
220 B
TypeScript
10 lines
220 B
TypeScript
#!/usr/bin/env bun
|
|
import { $ } from "bun"
|
|
|
|
import { resolveChannel } from "./utils"
|
|
|
|
const channel = resolveChannel()
|
|
await $`bun ./scripts/copy-icons.ts ${channel}`
|
|
|
|
await $`cd ../opencode && bun script/build-node.ts`
|