From 8c0bb1238e0e42472275b088ec98d5a045bf96e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bjo=CC=88rn=20Fromme?= Date: Mon, 20 Dec 2021 16:32:56 +0100 Subject: [PATCH] Ensure correct node-sass binding --- deploy.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.php b/deploy.php index e5d5d64e..62b30779 100644 --- a/deploy.php +++ b/deploy.php @@ -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 () {