Merge pull request #8394 from penpot/elenatorro-fix-watch

🔧 Fix watch script
This commit is contained in:
Alejandro Alonso 2026-02-18 10:11:44 +01:00 committed by GitHub
commit 4965f6d859
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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