mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-29 04:59:51 +00:00
9 lines
220 B
TypeScript
9 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`
|