Skip to content

Commit ba18dcf

Browse files
Replace npm with yarn for building libraries
1 parent 3c23203 commit ba18dcf

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/scripts/build.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,8 @@ 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 run build || true
86+
yarn install
87+
yarn build
8788
cd -
8889
fi
8990
done

0 commit comments

Comments
 (0)