From aa8e3467d3f0ed769420a037a1290fe6fe62ad5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Tue, 28 Oct 2025 11:20:31 +0800 Subject: [PATCH] =?UTF-8?q?fix(scripts):=20=E4=BF=AE=E5=A4=8D=20=5Fall=20?= =?UTF-8?q?=E8=84=9A=E6=9C=AC=E7=9A=84=E5=B9=B6=E8=A1=8C=E6=89=A7=E8=A1=8C?= =?UTF-8?q?=E6=96=B9=E5=BC=8F=20[skip=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8fe27a7..e008c00 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "node": "^20.19.0 || >=22.12.0" }, "scripts": { - "_all": "run-p build-only type-check lint format:prettier test:unit:DisableWatch", + "_all": "run-s build-only lint format:prettier type-check test:unit:DisableWatch", "dev": "vite --port 4730 --host --strictPort", "build": "run-p type-check \"build-only {@}\" --", "build-only": "vite build",