Skip to content

Commit

Permalink
build(autoloader): Remove noisy changes when regenerating
Browse files Browse the repository at this point in the history
Signed-off-by: provokateurin <kate@provokateurin.de>
  • Loading branch information
provokateurin committed Oct 17, 2024
1 parent 4100f58 commit 0528eaa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/autoloaderchecker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ for app in ${REPODIR}/apps/*; do
echo "Regenerating composer files for ${app}"
$COMPOSER_COMMAND i --no-dev -d ${app}/composer || exit 1
$COMPOSER_COMMAND dump-autoload -d ${app}/composer || exit 1
git checkout ${app}/composer/composer/installed.php
fi
done

Expand Down

0 comments on commit 0528eaa

Please sign in to comment.