🐛 Fix watch script in wasm

This commit is contained in:
alonso.torres 2026-02-17 14:27:36 +01:00
parent afb252f42e
commit f0e3f1a319

View File

@ -13,6 +13,8 @@ copy_shared_artifact;
pushd $_SCRIPT_DIR;
cargo watch \
--why \
-i "_tmp*"
-x "build $CARGO_PARAMS" \
-s "./build" \
-s "echo 'DONE\n'";