Skip to content

Commit

Permalink
Debug?
Browse files Browse the repository at this point in the history
  • Loading branch information
anomiex committed Jun 22, 2023
1 parent 236fb98 commit 469a710
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/files/renovate-post-upgrade.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 469a710

Please sign in to comment.