predev.ts 156 B

12345
  1. import { $ } from "bun"
  2. await $`bun ./scripts/copy-icons.ts ${process.env.OPENCODE_CHANNEL ?? "dev"}`
  3. await $`cd ../opencode && bun script/build-node.ts`