mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-29 10:23:30 +00:00
9 lines
172 B
TypeScript
Executable file
9 lines
172 B
TypeScript
Executable file
#!/usr/bin/env bun
|
|
|
|
import { $ } from "bun"
|
|
|
|
await $`bun run generate`.cwd("packages/protocol")
|
|
|
|
await $`bun run generate`.cwd("packages/www")
|
|
|
|
await $`./script/format.ts`
|