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" },