mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
9 lines
195 B
TypeScript
Executable file
9 lines
195 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 $`./script/format.ts`
|