chore: remove unused task
This commit is contained in:
parent
b8a3699497
commit
7c5633c9a1
4
Makefile
4
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
|
||||
|
||||
@ -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
|
||||
# ============================================================================
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user