Skip to content

Commit

Permalink
Added update of composer.lock file before normalization
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-helldar committed Jul 13, 2023
1 parent 613514c commit 82cecdd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions shell/normalize.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@ if [[ $(allowFix) == "true" && $(allow "$INPUT_NORMALIZE") == "true" ]]; then
IS_DIRTY_NORMALIZE=1

if [[ $INPUT_VERBOSE == "true" ]]; then
composer update --verbose
composer normalize --verbose
else
composer update
composer normalize
fi

Expand Down

0 comments on commit 82cecdd

Please sign in to comment.