We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a42aad2 commit 871b98eCopy full SHA for 871b98e
vercel.json
@@ -1,6 +1,6 @@
1
{
2
"version": 2,
3
- "installCommand": "npm ci --workspaces",
+ "installCommand": "npm install --workspaces",
4
"buildCommand": "npm run -w packages/core build && npm run -w packages/react build && npm run -w app build",
5
"outputDirectory": "app/dist",
6
"rewrites": [{ "source": "/(.*)", "destination": "/index.html" }]
0 commit comments