Skip to content

Commit 4813e24

Browse files
authored
Update vercel.json
1 parent d1b1a23 commit 4813e24

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

vercel.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
{
2-
"buildCommand": "npx install --force && npx next build"
2+
"builds": [
3+
{
4+
"src": "package.json",
5+
"use": "@vercel/node"
6+
}
7+
],
8+
"buildCommand": "npm install --legacy-peer-deps && next build"
39
}

0 commit comments

Comments
 (0)