补充小程序最后一环自动构建

This commit is contained in:
aixianling
2022-11-03 09:03:23 +08:00
parent 588518b8be
commit 3acf79d55e

View File

@@ -14,7 +14,7 @@ module.exports = {
const buildPath = {
web: 'base-web',
wxwork: 'base-wxcp',
mp: ''
mp: 'dvcp_v2_wxmp'
}[info.type] || {}
const path = `/home/deploy/node-service/${buildPath}`,
{dist} = info