From 894e785c2c9bc536079a241bfc9a7619a8e590fc Mon Sep 17 00:00:00 2001 From: AhardworkingGuy <2922326081@qq.com> Date: Thu, 24 Sep 2026 17:23:28 +0800 Subject: [PATCH] =?UTF-8?q?fix(desktop):=20=E6=89=93=E5=8C=85=E5=86=85?= =?UTF-8?q?=E7=BD=AE=20npm=20=E6=97=B6=E6=8E=92=E9=99=A4=20lib/commands/te?= =?UTF-8?q?st.js=EF=BC=8C=E4=BF=AE=E5=A4=8D=20nightly=20=E5=AE=A1=E8=AE=A1?= =?UTF-8?q?=E6=8B=A6=E6=88=AA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/desktop/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/desktop/package.json b/apps/desktop/package.json index a928e304..3f50ac58 100644 --- a/apps/desktop/package.json +++ b/apps/desktop/package.json @@ -140,7 +140,8 @@ "!**/*.md", "!docs/**", "!man/**", - "!node_modules/.bin/**" + "!node_modules/.bin/**", + "!lib/commands/test.js" ] }, {