* feat: S3 objects are now typed in Python and TS SDK * fix ts and python SDK after testing * cleanup
9 lines
90 B
Bash
Executable File
9 lines
90 B
Bash
Executable File
#!/bin/bash
|
|
set -eou pipefail
|
|
|
|
./build.sh
|
|
rm client.ts
|
|
tsc
|
|
cp src/client.ts .
|
|
npm publish
|