From 3d83a2ac756891737928fcd8a02ff2257a24fa71 Mon Sep 17 00:00:00 2001 From: LIRUI <298977887@qq.com> Date: Fri, 28 Feb 2025 17:14:40 +0800 Subject: [PATCH] 0228.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 495aabd..fc9d659 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "private": true, "scripts": { "dev": "next dev --turbopack", - "build": "next build", + "build": "next build --no-lint", "start": "next start", "lint": "next lint" },