chore: 调整环境打包命令

This commit is contained in:
dap
2025-10-18 15:01:04 +08:00
parent 4291d59b97
commit c3033d66bd
3 changed files with 14 additions and 3 deletions

View File

@@ -23,6 +23,16 @@
".vitepress/dist/**"
]
},
"@vben/web-antd#build:prod": {
"dependsOn": ["^build"],
"outputs": ["dist/**"]
},
"@vben/web-antd#build:test": {
"dependsOn": ["^build"],
"outputs": ["dist/**"]
},
"preview": {
"dependsOn": ["^build"],
"outputs": ["dist/**"]