From a4d12a4209acf110fef6016dd92d243f34b6f993 Mon Sep 17 00:00:00 2001 From: Wes Date: Fri, 3 Apr 2026 10:12:12 -0700 Subject: [PATCH] chore: clean Tauri build artifacts in `just clean` (#219) --- justfile | 1 + 1 file changed, 1 insertion(+) diff --git a/justfile b/justfile index 107802a9e..97dee98db 100644 --- a/justfile +++ b/justfile @@ -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: