chore: fix deploy scripts
This commit is contained in:
+3
-1
@@ -7,7 +7,9 @@
|
||||
"build-frontend": "pnpm --dir apps/frontend build",
|
||||
"build-mcp": "pnpm --dir apps/mcp build",
|
||||
"dev-mcp": "pnpm --dir apps/mcp dev",
|
||||
"typecheck-mcp": "pnpm --dir apps/mcp exec tsc --noEmit"
|
||||
"typecheck-mcp": "pnpm --dir apps/mcp exec tsc --noEmit",
|
||||
"deploy-mcp": "vercel --cwd apps/mcp --prod --yes",
|
||||
"deploy-frontend": "vercel --cwd apps/frontend --prod --yes"
|
||||
},
|
||||
"license": "ISC",
|
||||
"devEngines": {
|
||||
|
||||
Reference in New Issue
Block a user