chore: 修正打包配置

This commit is contained in:
cnb.aUOqoEV4wEA 2025-11-11 21:40:17 +08:00
parent ad81b5a066
commit 1ef0186fc7
3 changed files with 9 additions and 13 deletions

View File

@ -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

View File

@ -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",

View File

@ -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/**"]