ZaiZai 1 рік тому
батько
коміт
cf7c8ddf2e
1 змінених файлів з 1 додано та 1 видалено
  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('全部编译打包完成')