|
@@ -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('全部编译打包完成')
|