From ea319e951c55c57a739531d207086fb90fb56f6c Mon Sep 17 00:00:00 2001 From: Tunglies <77394545+Tunglies@users.noreply.github.com> Date: Fri, 10 Oct 2025 13:05:59 +0800 Subject: [PATCH] fix: update clippy command to include all features and targets --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 38d9d9fa..b7f325b5 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "release:deploytest": "pnpm release-version deploytest", "publish-version": "node scripts/publish-version.mjs", "fmt": "cargo fmt --manifest-path ./src-tauri/Cargo.toml", - "clippy": "cargo clippy --manifest-path ./src-tauri/Cargo.toml", + "clippy": "cargo clippy --all-features --all-targets --manifest-path ./src-tauri/Cargo.toml", "lint": "eslint -c eslint.config.ts --cache --cache-location .eslintcache src", "lint:fix": "eslint -c eslint.config.ts --cache --cache-location .eslintcache --fix src", "format": "prettier --write .",