Ensure correct node-sass binding

This commit is contained in:
Björn Fromme
2021-12-20 16:32:56 +01:00
parent 9e7ecc6be7
commit 8c0bb1238e
+1 -1
View File
@@ -134,7 +134,7 @@ task('deploy:buspronet:symlink', function () {
});
task ('deploy:assets:build', function () {
runLocally('npm i && npm run build');
runLocally('npm i && npm rebuild node-sass && npm run build');
});
task('typo3:database:migrate', function () {