From 21306499a2ffadf7ad0ab411f8f514d721a06338 Mon Sep 17 00:00:00 2001 From: augushong Date: Wed, 14 Dec 2022 17:38:48 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E8=BE=93=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/common/command/build/Dist.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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('编译完成'); }