chore: update stainless script to kick off prod build

This commit is contained in:
adamdotdevin 2025-07-15 08:15:31 -05:00
parent 533f64fe26
commit 2487b18f62
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75

View file

@ -23,4 +23,7 @@ rm -rf packages/tui/sdk
mv opencode-go/ packages/tui/sdk/
rm -rf packages/tui/sdk/.git
echo "Kicking off production build..."
stl builds create --branch main --wait false
echo "Done!"