Commit 7d225448 authored by wildfirecode's avatar wildfirecode

update build.js

parent 6a8bee70
let argvs = JSON.parse(process.env.npm_config_argv);
let remain = argvs.remain;
// let argvs = JSON.parse(process.env.npm_config_argv);
// let remain = argvs.remain;
let cmd = process.argv[2];
const DBGBuild = require('duiba-game-build');
......@@ -14,5 +14,4 @@ if (cmd === 'build' && process.argv[3] === 'prod') {
if (process.argv[4] === 'exml')
cmd = 'buildProdEXML';
}
build[cmd]();
// build[cmd](...remain);
\ No newline at end of file
build[cmd]('egret');
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment