@cloudbase/lowcode-builder 1.8.98 → 1.8.99

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -335,7 +335,9 @@ function normalizeCals(cals, { buildTypeList, envId, deployOptions, appId, getWe
335
335
  cals.extra.historyType = types_1.HISTORY_TYPE.HASH;
336
336
  }
337
337
  }
338
- cals.extra.envId = envId;
338
+ if (envId) {
339
+ cals.extra.envId = envId;
340
+ }
339
341
  if ((0, common_1.buildAsWebByBuildType)(buildTypeList)) {
340
342
  // web 构建不处理小程序插件
341
343
  if (cals.extra.miniprogramPlugins) {