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:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user