diff --git a/vercel.dr.json b/vercel.dr.json index 8b972ec0c144..83085295311e 100644 --- a/vercel.dr.json +++ b/vercel.dr.json @@ -1,5 +1,6 @@ { "outputDirectory": "packages/core/dist", "buildCommand": "echo ✅ Skipping build to use existing built files", - "routes": [{ "handle": "filesystem" }, { "src": "/(.*)", "dest": "/index.html" }] + "routes": [{ "handle": "filesystem" }, { "src": "/(.*)", "dest": "/index.html" }], + "installCommand": "echo ✅ Skipping install, no dependencies to install" }