chore: generate sdk into packages/sdk
This commit is contained in:
parent
500cea5ce7
commit
10c8b49590
110 changed files with 12576 additions and 201 deletions
|
|
@ -13,12 +13,15 @@ done
|
|||
bun run ./packages/opencode/src/index.ts generate > openapi.json
|
||||
|
||||
echo "Running stl builds create..."
|
||||
stl builds create --branch dev --pull --allow-empty --targets go
|
||||
stl builds create --branch dev --pull --allow-empty --+target go --+target typescript
|
||||
|
||||
echo "Cleaning up..."
|
||||
rm -rf packages/tui/sdk
|
||||
mv opencode-go/ packages/tui/sdk/
|
||||
rm -rf packages/tui/sdk/.git
|
||||
rm -rf packages/sdk
|
||||
mv opencode-typescript/ packages/sdk/
|
||||
rm -rf packages/sdk/.git
|
||||
|
||||
# Only run production build if not in dev mode
|
||||
if [ "$DEV_MODE" = false ]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue