diff options
Diffstat (limited to 'scripts/stainless')
| -rwxr-xr-x | scripts/stainless | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/scripts/stainless b/scripts/stainless index 3c868c9b8..9a0d0f698 100755 --- a/scripts/stainless +++ b/scripts/stainless @@ -10,18 +10,7 @@ for arg in "$@"; do fi done -echo "Starting opencode server on port 4096..." -bun run ./packages/opencode/src/index.ts serve --port 4096 & -SERVER_PID=$! - -echo "Waiting for server to start..." -sleep 3 - -echo "Fetching OpenAPI spec from http://127.0.0.1:4096/doc..." -curl -s http://127.0.0.1:4096/doc > openapi.json - -echo "Stopping server..." -kill $SERVER_PID +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 |
