提交 bb8bc2b7 编写于 作者: fxy060608's avatar fxy060608 提交者: qiang

wip(automator): 调整initAutomator判断

上级 d4faf277
......@@ -267,8 +267,9 @@ function initDevtools({ devtools, devtoolsHost, devtoolsPort }: CliOptions) {
}
function initAutomator({ autoHost, autoPort }: CliOptions) {
const hasAutoHost = autoHost || process.env.UNI_AUTOMATOR_HOST
// 发行分包,插件也不需要自动化测试
if (!autoPort || process.env.UNI_SUBPACKAGE || process.env.UNI_MP_PLUGIN) {
if (!hasAutoHost || process.env.UNI_SUBPACKAGE || process.env.UNI_MP_PLUGIN) {
return
}
process.env.UNI_AUTOMATOR_WS_ENDPOINT =
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册