Skip to content

Commit 82b6668

Browse files
committed
web(vercel): remove install/build commands; project is deployed with prebuilt build/web via CI, avoid Vercel attempting npm install in output dir
1 parent 32f5770 commit 82b6668

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

mobile/vercel.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,5 @@
55
{ "handle": "filesystem" },
66
{ "src": "/(.*)", "dest": "/index.html" }
77
],
8-
"buildCommand": "npm run build",
9-
"installCommand": "npm install",
108
"framework": null
119
}

0 commit comments

Comments
 (0)