chore: eetest (#2937)

* chore: Windmill integration tests

* Revert github workflow temp changes

* fix ee

---------

Co-authored-by: gbouv <guillaume@windmill.dev>
This commit is contained in:
Ruben Fiszel
2023-12-30 11:29:00 +09:00
committed by GitHub
parent af59b5cf54
commit 19246bcf3e
18 changed files with 1106 additions and 18 deletions

View File

@@ -2,6 +2,8 @@
set -eou pipefail
script_dirpath="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
args=${1:-}
rm -rf "${script_dirpath}/dist"
${script_dirpath}/build.sh
@@ -10,4 +12,4 @@ rm "${script_dirpath}/s3Types.ts"
tsc
cp "${script_dirpath}/src/client.ts" ${script_dirpath}
cp "${script_dirpath}/src/s3Types.ts" ${script_dirpath}
npm publish
npm publish ${args}