TypeScript SDK: building automatically via workflow (#3820)
This commit is contained in:
committed by
GitHub
parent
2f87e3ab48
commit
ad2ed92e99
@@ -1,4 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
fern generate --group python-sdk --log-level debug --preview
|
||||
CURRENT_VERSION=$(grep '^version = ' pyproject.toml | sed 's/version = "\(.*\)"/\1/')
|
||||
fern generate --group python-sdk --log-level debug --version "$CURRENT_VERSION" --preview
|
||||
cp -rf fern/.preview/fern-python-sdk/src/skyvern/* skyvern/client/
|
||||
Reference in New Issue
Block a user