From 44ca7a0f5ec0b1ae6aa51a4c5c4ad266d05abe24 Mon Sep 17 00:00:00 2001 From: imbytecat Date: Sat, 7 Feb 2026 07:06:55 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=89=A9=E5=B1=95=20Turbo=20build=20?= =?UTF-8?q?=E4=BB=BB=E5=8A=A1=E7=9A=84=E8=BE=93=E5=87=BA=E7=9B=AE=E5=BD=95?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- turbo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/turbo.json b/turbo.json index 0d81cd0..ca2e101 100644 --- a/turbo.json +++ b/turbo.json @@ -9,7 +9,7 @@ ], "tasks": { "build": { - "outputs": ["dist/**", ".output/**"] + "outputs": ["dist/**", ".output/**", "build", "artifacts"] }, "compile": { "dependsOn": ["build"],