From 27e591f2972807d79692134c35ef2b31e9c9b851 Mon Sep 17 00:00:00 2001 From: Sebastian Thulin Date: Thu, 28 Sep 2023 13:53:44 +0200 Subject: [PATCH] fix: deactive frontend build --- build.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.php b/build.php index 3dfb7a3..4031b3d 100644 --- a/build.php +++ b/build.php @@ -24,6 +24,7 @@ $buildCommands[] = 'composer dump-autoload'; } +/* //Run npm if package.json is found if(file_exists('package.json') && file_exists('package-lock.json')) { $buildCommands[] = 'npm ci --no-progress --no-audit'; @@ -38,6 +39,7 @@ } elseif(file_exists('package-lock.json') && file_exists('gulp.js') && is_array($argv) && in_array('--allow-gulp', $argv)) { $buildCommands[] = 'gulp'; } +/* // Files and directories not suitable for prod to be removed. $removables = [