From ec693180786a7abd61e98a30bdf6088c23e9a1a4 Mon Sep 17 00:00:00 2001 From: xingyu4j Date: Tue, 18 Nov 2025 11:49:09 +0800 Subject: [PATCH] chore: add tdesign --- .workflow/pipeline-20251103.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.workflow/pipeline-20251103.yml b/.workflow/pipeline-20251103.yml index f527e76e6..fdb3368ca 100644 --- a/.workflow/pipeline-20251103.yml +++ b/.workflow/pipeline-20251103.yml @@ -41,12 +41,15 @@ stages: - pnpm build:ele - '# 执行编译命令naive' - pnpm build:naive + - '# 执行编译命令tdesign' + - pnpm build:tdesign artifacts: - name: BUILD_ARTIFACT path: - ./apps/web-antd/dist/ - ./apps/web-ele/dist/ - ./apps/web-naive/dist/ + - ./apps/web-tdesign/dist/ caches: - ~/.npm - ~/.yarn