Files
windmill/typescript-client/publish.sh
Guillaume Bouvignies 2155a6c133 feat: S3 objects are now typed in Python and TS SDK (#2878)
* feat: S3 objects are now typed in Python and TS SDK

* fix ts and python SDK after testing

* cleanup
2023-12-20 09:16:33 +01:00

9 lines
90 B
Bash
Executable File

#!/bin/bash
set -eou pipefail
./build.sh
rm client.ts
tsc
cp src/client.ts .
npm publish