Authored by hongyong.zhao

update bundle command— reviewed by hy

... ... @@ -42,6 +42,7 @@ console.log(exeStr)
let build = exec(exeStr)
build.stdout.on('data', data => console.log('======: ', data))
build.stderr.on('data',data => console.log('error======: ', data))
build.stdout.on('close', zipPackage)
... ...