Authored by 毕凯

Update build.js

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