yarn && rebuild node-sass
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -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 | }); |
-
Please register or login to post a comment