Skip to content

Commit 7c6b482

Browse files
committed
Issue 431, removing npm ci
1 parent ffa6269 commit 7c6b482

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/scripts/build.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ composer install --prefer-dist --no-progress --no-suggest
8383
for dir in docroot/libraries/*; do
8484
if [ -f "$dir/package.json" ]; then
8585
cd "$dir"
86-
npm ci
8786
npm run build || true
8887
cd -
8988
fi

0 commit comments

Comments
 (0)