Merge pull request #8386 from penpot/alotor-fix-watch-script

🐛 Fix watch script in wasm
This commit is contained in:
Elena Torró 2026-02-17 15:08:24 +01:00 committed by GitHub
commit 32706a1460
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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'";