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