mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-03-07 23:31:08 +08:00
chore: 调整环境打包命令
This commit is contained in:
10
turbo.json
10
turbo.json
@@ -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/**"]
|
||||
|
||||
Reference in New Issue
Block a user