refactor(tamagotchi): use top-level cargo workspace, move tauri-plugin-mcp (#152)

This commit is contained in:
LemonNeko
2025-05-01 03:28:12 +08:00
committed by GitHub
parent e819834e42
commit 984b56153d
35 changed files with 5544 additions and 84 deletions
+2
View File
@@ -23,10 +23,12 @@
"packages:dev": "pnpm -rF=\"./packages/*\" --parallel run dev",
"packages:stub": "pnpm -rF=\"./packages/*\" run --parallel stub",
"packages:build": "pnpm -rF=\"./packages/*\" run build",
"crates:build": "cargo build --workspace",
"test": "vitest --coverage",
"test:run": "vitest run",
"lint": "eslint --cache .",
"lint:fix": "eslint --cache --fix .",
"lint:rust": "cargo fmt --check && cargo clippy --workspace",
"typecheck": "pnpm -rF=\"./packages/*\" -F=\"./apps/*\" -F run --parallel typecheck",
"sizecheck": "npx vite-bundle-visualizer",
"up": "taze major -I",