refactor(tamagotchi): use top-level cargo workspace, move tauri-plugin-mcp (#152)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user