mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
ci: fix file perm
This commit is contained in:
parent
8d11df1b3b
commit
1fe87b0233
1 changed files with 0 additions and 3 deletions
3
script/generate.ts
Normal file → Executable file
3
script/generate.ts
Normal file → Executable file
|
|
@ -2,11 +2,8 @@
|
|||
|
||||
import { $ } from "bun"
|
||||
|
||||
// Build SDK
|
||||
await $`bun ./packages/sdk/js/script/build.ts`
|
||||
|
||||
// Generate openapi.json
|
||||
await $`bun dev generate > ../sdk/openapi.json`.cwd("packages/opencode")
|
||||
|
||||
// Format
|
||||
await $`./script/format.ts`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue