From 6ef78d06045e9aa8d50b1c48ce446b59d4a3dca3 Mon Sep 17 00:00:00 2001 From: zhaojing1987 Date: Thu, 30 Jul 2026 10:04:54 +0800 Subject: [PATCH] fix: set CI=true in build script to suppress ProgressPlugin error --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d08ef4a0..ea258025 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "scripts": { "docusaurus": "docusaurus", "start": "docusaurus start", - "build": "docusaurus build", + "build": "CI=true docusaurus build", "swizzle": "docusaurus swizzle", "deploy": "docusaurus deploy", "clear": "docusaurus clear",