From 7c6b4825a09873cdda53e26e2636c544fbbccc5f Mon Sep 17 00:00:00 2001 From: Martin Kolar Date: Thu, 5 Feb 2026 19:24:26 +0100 Subject: [PATCH] Issue 431, removing npm ci --- .github/scripts/build.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/scripts/build.sh b/.github/scripts/build.sh index 2b75f25ac..09062ce2c 100755 --- a/.github/scripts/build.sh +++ b/.github/scripts/build.sh @@ -83,7 +83,6 @@ composer install --prefer-dist --no-progress --no-suggest for dir in docroot/libraries/*; do if [ -f "$dir/package.json" ]; then cd "$dir" - npm ci npm run build || true cd - fi