Skip to content

Commit 871b98e

Browse files
fix: use npm install instead of npm ci to resolve Rollup platform binary issue
1 parent a42aad2 commit 871b98e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vercel.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"version": 2,
3-
"installCommand": "npm ci --workspaces",
3+
"installCommand": "npm install --workspaces",
44
"buildCommand": "npm run -w packages/core build && npm run -w packages/react build && npm run -w app build",
55
"outputDirectory": "app/dist",
66
"rewrites": [{ "source": "/(.*)", "destination": "/index.html" }]

0 commit comments

Comments
 (0)