chore: remove unused task

This commit is contained in:
Minh141120 2025-09-18 21:56:09 +07:00
parent b8a3699497
commit 7c5633c9a1
2 changed files with 0 additions and 9 deletions

View File

@ -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

View File

@ -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
# ============================================================================