🔧 Fix watch script

This commit is contained in:
Elena Torro 2026-02-18 09:57:25 +01:00
parent c41b9214c5
commit a3cd90da7f

View File

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