Skip to content

Commit

Permalink
build: override installcommand of vercel (#16256)
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-hosseini-deriv committed Jul 30, 2024
1 parent fd346e1 commit 67fa375
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vercel.dr.json
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit 67fa375

Please sign in to comment.