From 096f063c6772121419d97044a87c7675e17be9dc Mon Sep 17 00:00:00 2001 From: Prajjawalk Date: Thu, 4 Apr 2024 18:18:40 +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 ca55ce3..d41498a 100644 --- a/vercel.json +++ b/vercel.json @@ -1,5 +1,5 @@ { - "installCommand": "apt-get install ffmpeg && yarn install --frozen-lockfile", + "installCommand": "apt install ffmpeg && yarn install --frozen-lockfile", "buildCommand": "yarn next:build", "outputDirectory": "packages/nextjs/.next", "framework": "nextjs"