From b9186c1f6fa277a39da77305be687be52f8c8ac2 Mon Sep 17 00:00:00 2001 From: Prajjawalk Date: Thu, 4 Apr 2024 18:16:57 +0530 Subject: [PATCH] patch- build command --- vercel.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vercel.json b/vercel.json index 106ca9c..ca55ce3 100644 --- a/vercel.json +++ b/vercel.json @@ -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"