chore: update stainless script to kick off prod build
parent
533f64fe26
commit
2487b18f62
|
|
@ -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!"
|
||||
|
|
|
|||
Loading…
Reference in New Issue