Skip to content

Commit

Permalink
Ako/ override installCommand of vercel (#16257)
Browse files Browse the repository at this point in the history
* build: override installcommand of vercel

* build: override installcommand of vercel (#16256)

* ci: fix the staging vercel env
  • Loading branch information
ali-hosseini-deriv authored Jul 30, 2024
1 parent e5f76cc commit dfedd88
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release_staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ jobs:
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}
VERCEL_TOKEN: ${{ secrets.VERCEL_API_TOKEN }}
ENVIRONMENT: Production
ENVIRONMENT: Preview
VERCEL_SCOPE: deriv
ALIAS_DOMAIN_URL: 'staging-app-dr.binary.sx'
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 dfedd88

Please sign in to comment.