mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-04-18 16:30:32 +08:00
fix: update clippy command to include all features and targets
This commit is contained in:
parent
8c0af66ca9
commit
ea319e951c
@ -25,7 +25,7 @@
|
|||||||
"release:deploytest": "pnpm release-version deploytest",
|
"release:deploytest": "pnpm release-version deploytest",
|
||||||
"publish-version": "node scripts/publish-version.mjs",
|
"publish-version": "node scripts/publish-version.mjs",
|
||||||
"fmt": "cargo fmt --manifest-path ./src-tauri/Cargo.toml",
|
"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": "eslint -c eslint.config.ts --cache --cache-location .eslintcache src",
|
||||||
"lint:fix": "eslint -c eslint.config.ts --cache --cache-location .eslintcache --fix src",
|
"lint:fix": "eslint -c eslint.config.ts --cache --cache-location .eslintcache --fix src",
|
||||||
"format": "prettier --write .",
|
"format": "prettier --write .",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user