diff --git a/Makefile b/Makefile index f91dbbbb8..085e42e74 100644 --- a/Makefile +++ b/Makefile @@ -80,10 +80,6 @@ test: lint cargo test --manifest-path src-tauri/plugins/tauri-plugin-llamacpp/Cargo.toml cargo test --manifest-path src-tauri/utils/Cargo.toml -# Builds and publishes the app -build-and-publish: install-and-build install-rust-targets - yarn build - # Build build: install-and-build install-rust-targets yarn build diff --git a/mise.toml b/mise.toml index 85d87aade..e52d230a8 100644 --- a/mise.toml +++ b/mise.toml @@ -124,11 +124,6 @@ run = [ "yarn build" ] -[tasks.build-and-publish] -description = "Build and publish the application (matches Makefile)" -depends = ["install-and-build"] -run = "yarn build" - # ============================================================================ # QUALITY ASSURANCE TASKS # ============================================================================