mirror of
https://github.com/Kilo-Org/kilocode.git
synced 2026-08-29 03:44:06 +08:00
064eb6c1dc
Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com>
10 lines
210 B
TypeScript
Executable File
10 lines
210 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 ./script/generate-cli-docs.ts`
|