From dc5cdc02db4ce0543aa5ecd4fadc21c7b966e53f Mon Sep 17 00:00:00 2001 From: musiur Date: Fri, 6 Dec 2024 13:22:17 +0600 Subject: [PATCH] fix build issue --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cced597..9d6113a 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "private": true, "scripts": { "dev": "next dev", - "build": "next build", + "build": "next build --no-lint", "start": "next start", "lint": "next lint" },