summaryrefslogtreecommitdiffhomepage
path: root/packages/desktop-electron/scripts/prebuild.ts
blob: 46a2475ea51aa605d5a565580684849ea230fb63 (plain)
1
2
3
4
5
6
7
8
9
#!/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`