diff --git a/.github/files/renovate-post-upgrade.sh b/.github/files/renovate-post-upgrade.sh index 6a523e7724bec..02287c94d98c4 100755 --- a/.github/files/renovate-post-upgrade.sh +++ b/.github/files/renovate-post-upgrade.sh @@ -33,9 +33,9 @@ composer config --global cache-dir /tmp/renovate/cache/others/composer # Do the pnpm and changelogger installs. cd "$BASE" -pnpm --quiet install +pnpm install cd projects/packages/changelogger -composer --quiet update +composer update cd "$BASE" # Add change files for anything that changed. But ignore .npmrc, renovate mangles those.