Revert several changes to mcp scripts introduced in previous commits

This commit is contained in:
Andrey Antukh
2026-03-17 15:30:26 +01:00
parent 6079ef4e22
commit 802cec1ee4
2 changed files with 3 additions and 0 deletions

View File

@@ -10,7 +10,9 @@
"build:multi-user": "pnpm -r run build:multi-user",
"build:types": "bash ./scripts/build-types",
"start": "pnpm -r --parallel run start",
"start:multi-user": "pnpm -r --parallel run start:multi-user",
"bootstrap": "pnpm -r install && pnpm run build && pnpm run start",
"bootstrap:multi-user": "pnpm -r install && pnpm run build && pnpm run start:multi-user",
"fmt": "prettier --write packages/",
"fmt:check": "prettier --check packages/"
},

View File

@@ -5,6 +5,7 @@
"type": "module",
"scripts": {
"start": "vite build --watch --config vite.config.ts",
"start:multi-user": "pnpm run start",
"build": "tsc && vite build --config vite.release.config.ts",
"types:check": "tsc --noEmit",
"clean": "rm -rf dist/"