🐛 Fix problem with build script wasm (#5739)

This commit is contained in:
Alonso Torres
2025-01-31 13:14:38 +01:00
committed by GitHub
parent a79315a61c
commit 96e99f6a78
3 changed files with 8 additions and 6 deletions

View File

@@ -1,9 +1,11 @@
#!/usr/bin/env bash
set -x
_SCRIPT_DIR=$(dirname $0);
pushd $_SCRIPT_DIR;
. ./_build_env
set -x
pushd $_SCRIPT_DIR;
cargo watch \
-x "build $_CARGO_PARAMS" \