Skip to content

chore: clean Tauri build artifacts in just clean#219

Merged
wesbillman merged 1 commit into
mainfrom
clean-tauri-artifacts
Apr 3, 2026
Merged

chore: clean Tauri build artifacts in just clean#219
wesbillman merged 1 commit into
mainfrom
clean-tauri-artifacts

Conversation

@wesbillman

Copy link
Copy Markdown
Collaborator

What

Adds cargo clean --manifest-path desktop/src-tauri/Cargo.toml to the just clean recipe.

Why

desktop/src-tauri is explicitly excluded from the root Cargo workspace, so cargo clean at the root doesn't remove its target/ directory. Without this, stale Tauri build artifacts survive a just clean.

desktop/src-tauri is excluded from the root Cargo workspace,
so `cargo clean` at the root doesn't remove its target directory.
Add an explicit clean for the Tauri manifest.
@wesbillman wesbillman merged commit a4d12a4 into main Apr 3, 2026
8 checks passed
@wesbillman wesbillman deleted the clean-tauri-artifacts branch April 3, 2026 17:12
tlongwell-block added a commit that referenced this pull request Apr 3, 2026
Merges 4 commits from main:
- feat: add Workflows UI surface (#217)
- chore: clean Tauri build artifacts in just clean (#219)
- fix: debounce composer pattern detection (#222)
- fix(desktop): plug memory leaks causing 37GB+ RAM growth (#223)

Conflict resolutions:
- approvals.rs: Merged main's refactored approval handlers (validate_approval,
  execute_grant/deny, by-hash endpoints) with our ApiError conversion
- workflows.rs: Converted new list_run_approvals endpoint to ApiError
- AppShell.tsx: Merged main's 'workflows' view type with our hook extractions
- CreateAgentDialog.tsx / AddChannelBotDialog.tsx: Merged main's eslint cleanup
  with our useBackendProviderProbe extraction

All cargo clippy clean. Desktop pnpm check: 0 errors.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant