Skip to content

Commit

Permalink
CI: dev-tools/build.sh - no need to repeat 'prefer-stable', but let's…
Browse files Browse the repository at this point in the history
… use '--no-scripts' (#7408)
  • Loading branch information
keradus committed Nov 2, 2023
1 parent 506e19b commit c93c733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-tools/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ composer config platform.php 7.4

# install package deps without dev-deps / remove already installed dev-deps
# box can ignore dev-deps, but dev-deps, when installed, may lower version of prod-deps
composer update --no-interaction --no-progress --no-dev --prefer-stable --optimize-autoloader
composer update --no-interaction --no-progress --optimize-autoloader --no-scripts --no-dev
composer info -D | sort

composer show -d dev-tools humbug/box -q || composer update -d dev-tools --no-interaction --no-progress
Expand Down

0 comments on commit c93c733

Please sign in to comment.