chore: fix deploy scripts
This commit is contained in:
@@ -0,0 +1 @@
|
||||
.vercel
|
||||
@@ -39,3 +39,5 @@ yarn-error.log*
|
||||
# typescript
|
||||
*.tsbuildinfo
|
||||
next-env.d.ts
|
||||
|
||||
.vercel
|
||||
|
||||
+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