mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-23 02:36:57 -04:00
12 lines
243 B
TypeScript
Executable File
12 lines
243 B
TypeScript
Executable File
#!/usr/bin/env bun
|
|
|
|
import { $ } from "bun"
|
|
|
|
await $`bun ./packages/sdk/js/script/build.ts`
|
|
|
|
await $`bun dev generate > ../sdk/openapi.json`.cwd("packages/opencode")
|
|
|
|
await $`bun run generate`.cwd("packages/docs")
|
|
|
|
await $`./script/format.ts`
|