🐛 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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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" \