Skip to content

Commit

Permalink
patch- build command
Browse files Browse the repository at this point in the history
  • Loading branch information
Prajjawalk committed Apr 4, 2024
1 parent 8fa01a4 commit b9186c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vercel.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"installCommand": "yarn install --frozen-lockfile",
"installCommand": "apt-get install ffmpeg && yarn install --frozen-lockfile",
"buildCommand": "yarn next:build",
"outputDirectory": "packages/nextjs/.next",
"framework": "nextjs"
Expand Down

0 comments on commit b9186c1

Please sign in to comment.