Skip to content

Commit 8db9755

Browse files
authored
Update vercel.json
1 parent e91a49e commit 8db9755

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

vercel.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
11
{
2-
"buildCommand": "npm install --force && npm run build"
2+
"build": {
3+
"env": {
4+
"NODE_ENV": "production"
5+
},
6+
"npm": {
7+
"args": [
8+
"--legacy-peer-deps"
9+
]
10+
}
11+
}
312
}

0 commit comments

Comments
 (0)