Skip to content

Commit

Permalink
Improve deployment reliability
Browse files Browse the repository at this point in the history
  • Loading branch information
dankelleher committed May 11, 2023
1 parent 97f0db2 commit 285151f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"installCommand": "yarn install --network-concurrency 10",
"installCommand": "yarn install --network-concurrency 2",
"buildCommand": "yarn build",
"outputDirectory": "packages/app/build"
}
}

0 comments on commit 285151f

Please sign in to comment.