Skip to content

Commit 4d11ba5

Browse files
author
Marvin Zhang
committed
refactor: remove Vercel build command and configuration for streamlined deployment
1 parent 1e38a89 commit 4d11ba5

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

packages/web/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"dev": "next dev --port 3000",
77
"dev:full": "concurrently --names \"CORE,WEB\" --prefix-colors \"green,blue\" \"pnpm --filter @codervisor/devlog-core dev\" \"pnpm dev\"",
88
"build": "next build",
9-
"build:vercel": "cd ../.. && pnpm build",
109
"start": "pnpm run build && next start --port 3010",
1110
"preview": "next start --port 3010",
1211
"clean": "rimraf .next .next-build out *.tsbuildinfo",

packages/web/vercel.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

turbo.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"$schema": "https://turbo.build/schema.json",
3+
"tasks": {
4+
"build": {
5+
"dependsOn": ["^build"],
6+
"outputs": ["build/**", ".next/**"]
7+
}
8+
}
9+
}

0 commit comments

Comments
 (0)