From 97009158e879b6aaec5402725bb2efa53243edb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Mon, 10 Nov 2025 00:04:34 +0800 Subject: [PATCH] =?UTF-8?q?refactor(scripts):=20=E8=B0=83=E6=95=B4=20all?= =?UTF-8?q?=20=E8=84=9A=E6=9C=AC=E5=91=BD=E4=BB=A4=E4=B8=AD=E4=BB=BB?= =?UTF-8?q?=E5=8A=A1=E6=89=A7=E8=A1=8C=E9=A1=BA=E5=BA=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 521c4c0..b5754af 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ } }, "scripts": { - "_all": "run-s lint format:prettier type-check test:unit:DisableWatch build-only", + "all": "run-s lint format:prettier build-only type-check test:unit:DisableWatch", "dev": "vite --port 4730 --host --strictPort", "build": "run-p type-check \"build-only {@}\" --", "build-only": "vite build",