Authored by 毕凯

Update build.js

... ... @@ -158,7 +158,7 @@ class Build {
sh.cd(self.codePath);
var child = sh.exec('npm i', {
var child = sh.exec('npm i --production=false', {
silent: self.silent,
async: true
});
... ...