ci: fix file perm

This commit is contained in:
Aiden Cline 2025-12-18 14:39:44 -06:00
parent 8d11df1b3b
commit 1fe87b0233

3
script/generate.ts Normal file → Executable file
View 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`