From 7c5633c9a12a9c55832aab2bcb3d4586f77f2669 Mon Sep 17 00:00:00 2001 From: Minh141120 Date: Thu, 18 Sep 2025 21:56:09 +0700 Subject: [PATCH] chore: remove unused task --- Makefile | 4 ---- mise.toml | 5 ----- 2 files changed, 9 deletions(-) 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 # ============================================================================