Authored by 陈峰

yarn && rebuild node-sass

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