ZaiZai 1 năm trước cách đây
mục cha
commit
cf7c8ddf2e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      scripts/build.js

+ 1 - 1
scripts/build.js

@@ -20,7 +20,7 @@ console.log(`准备开始打包: ${config.buildName}`);
 runCommand(config.buildName, false);
 
 //打包本地模式版本
-runCommand(config.buildName + '-local', true);
+//runCommand(config.buildName + '-local', true);
 
 console.log(`----------------------------`)
 console.log('全部编译打包完成')