chore: clean Tauri build artifacts in just clean (#219)

This commit is contained in:
Wes
2026-04-03 10:12:12 -07:00
committed by GitHub
parent 3450d8a7fb
commit a4d12a4209
+1
View File
@@ -188,6 +188,7 @@ migrate:
# Remove build artifacts
clean:
cargo clean
cargo clean --manifest-path desktop/src-tauri/Cargo.toml
# Check the Rust workspace compiles without producing binaries
check-compile: