Skip to content

Commit 8e0fbbb

Browse files
committed
chore: add npm run check script for full validation
Runs biome ci, vitest, rustfmt check, clippy, and cargo test in one command.
1 parent 7746ed3 commit 8e0fbbb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
"format": "biome check --fix src",
2626
"preview": "vite preview",
2727
"tauri": "tauri",
28-
"test": "vitest run"
28+
"test": "vitest run",
29+
"check": "biome ci src && vitest run && cd src-tauri && cargo fmt -- --check && cargo clippy -- -D warnings && cargo test"
2930
},
3031
"dependencies": {
3132
"@tauri-apps/api": "^2.10.1",

0 commit comments

Comments
 (0)