We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8e9733 commit 2740fc8Copy full SHA for 2740fc8
1 file changed
packages/web/vercel.json
@@ -1,6 +1,6 @@
1
{
2
- "buildCommand": "cd ../.. && npm install && npm run build -w @arc/names-web",
+ "buildCommand": "next build",
3
"outputDirectory": ".next",
4
"framework": "nextjs",
5
- "installCommand": "cd ../.. && npm install"
+ "installCommand": "npm install"
6
}
0 commit comments