Authored by 陈峰

yarn && rebuild node-sass

@@ -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 --production=false', { 161 + var child = sh.exec('yarn --production=false && npm rebuild node-sass', {
162 silent: self.silent, 162 silent: self.silent,
163 async: true 163 async: true
164 }); 164 });