From 1ef0186fc7b02969a3a409c636b117f7ce403ada Mon Sep 17 00:00:00 2001 From: "cnb.aUOqoEV4wEA" Date: Tue, 11 Nov 2025 21:40:17 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BF=AE=E6=AD=A3=E6=89=93=E5=8C=85?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cnb.yml | 12 +++++++++--- package.json | 2 -- turbo.json | 8 -------- 3 files changed, 9 insertions(+), 13 deletions(-) diff --git a/.cnb.yml b/.cnb.yml index cf90c3cd..ee4566d3 100644 --- a/.cnb.yml +++ b/.cnb.yml @@ -20,7 +20,10 @@ main: script: | npm install -g pnpm pnpm install --no-frozen-lockfile - pnpm run build:tdesign:pre + pnpm run build + cd apps + cd web-tdesign + pnpm run build:pre - name: 使用 rsync 复制文件 image: tencentcom/rsync @@ -41,7 +44,10 @@ main: script: | npm install -g pnpm pnpm install --no-frozen-lockfile - pnpm run build:tdesign:prod + pnpm run build + cd apps + cd web-tdesign + pnpm run build:prod - name: 使用 rsync 复制文件 image: tencentcom/rsync @@ -52,4 +58,4 @@ main: key: ${PRIVATE_KEY} port: ${REMOTE_PORT} target: /www/wwwroot/hub.risenstars.com/prod - source: ./dist \ No newline at end of file + source: ./dist diff --git a/package.json b/package.json index 21219fa3..06e70694 100644 --- a/package.json +++ b/package.json @@ -33,8 +33,6 @@ "build:ele": "pnpm run build --filter=@vben/web-ele", "build:naive": "pnpm run build --filter=@vben/web-naive", "build:tdesign": "pnpm run build --filter=@vben/web-tdesign", - "build:tdesign:pre": "pnpm run build:pre --filter=@vben/web-tdesign", - "build:tdesign:prod": "pnpm run build:prod --filter=@vben/web-tdesign", "build:play": "pnpm run build --filter=@vben/playground", "changeset": "pnpm exec changeset", "check": "pnpm run check:circular && pnpm run check:dep && pnpm run check:type && pnpm check:cspell", diff --git a/turbo.json b/turbo.json index 1124e85d..3443e27c 100644 --- a/turbo.json +++ b/turbo.json @@ -31,14 +31,6 @@ "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/**"]