From ad81b5a06635d95bfeed89d2421155a72751a202 Mon Sep 17 00:00:00 2001 From: "cnb.aUOqoEV4wEA" Date: Tue, 11 Nov 2025 21:34:34 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=A2=9E=E5=8A=A0=E6=9E=84=E5=BB=BA?= =?UTF-8?q?=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- turbo.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/turbo.json b/turbo.json index 3443e27c..1124e85d 100644 --- a/turbo.json +++ b/turbo.json @@ -31,6 +31,14 @@ "dependsOn": ["^build"], "outputs": ["dist/**"] }, + "build:tdesign:pre": { + "dependsOn": ["^build"], + "outputs": ["dist/**"] + }, + "build:tdesign:prod": { + "dependsOn": ["^build"], + "outputs": ["dist/**"] + }, "@vben/backend-mock#build": { "dependsOn": ["^build"], "outputs": [".nitro/**", ".output/**"]