From 83b1fb47de08053055189468dbf380b0b7b020e8 Mon Sep 17 00:00:00 2001 From: Avdhesh-Varshney <114330097+Avdhesh-Varshney@users.noreply.github.com> Date: Tue, 12 Nov 2024 21:05:41 +0530 Subject: [PATCH] fixes: deployment-setup-11 --- vercel.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/vercel.json b/vercel.json index 979132eb..2602885f 100644 --- a/vercel.json +++ b/vercel.json @@ -3,7 +3,10 @@ "builds": [ { "src": "package.json", - "use": "@vercel/next" + "use": "@vercel/next", + "config": { + "buildCommand": "npm run ignoreBuildStep && next build" + } } ], "cleanUrls": true, @@ -19,8 +22,5 @@ "destination": "/src/app", "statusCode": 301 } - ], - "ignore": [ - "src/app/**/\\(projects\\)/**" ] } \ No newline at end of file