Skip to content

Commit

Permalink
fix: add git vercel.json
Browse files Browse the repository at this point in the history
  • Loading branch information
HamzaAmar committed Nov 28, 2024
1 parent f8e4407 commit f2fe099
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"build": {
"env": {
"YARN_ENABLE_IMMUTABLE_INSTALLS": "false"
},
"installCommand": "yarn install --check-files"
}
}

0 comments on commit f2fe099

Please sign in to comment.