diff --git a/app/common/command/build/Dist.php b/app/common/command/build/Dist.php index 232c3bc..b09f324 100644 --- a/app/common/command/build/Dist.php +++ b/app/common/command/build/Dist.php @@ -206,11 +206,11 @@ class Dist extends Command $this->log('输出到文件夹'); $this->outputToDistApp(); - // $this->log('生成TP多应用目录'); - // $this->buildAllAppDir(); + $this->log('生成TP多应用目录'); + $this->buildAllAppDir(); - // $this->log('清理临时目录'); - // $this->clearTempDir(); + $this->log('清理临时目录'); + $this->clearTempDir(); $this->write('编译完成'); }