From f0e3f1a319cad84be9ceaf9ff7acb23fbc416c6d Mon Sep 17 00:00:00 2001 From: "alonso.torres" Date: Tue, 17 Feb 2026 14:27:36 +0100 Subject: [PATCH] :bug: Fix watch script in wasm --- render-wasm/watch | 2 ++ 1 file changed, 2 insertions(+) diff --git a/render-wasm/watch b/render-wasm/watch index 59139ec2cb..5ead50c188 100755 --- a/render-wasm/watch +++ b/render-wasm/watch @@ -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'";