Skip to content

Commit

Permalink
Run composer with dev deps in Docker
Browse files Browse the repository at this point in the history
Signed-off-by: Serban Ghita <[email protected]>
  • Loading branch information
serbanghita committed Dec 10, 2024
1 parent 8f21745 commit c1df0ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ echo "Start building ..."
rm -rf vendor
rm -f composer.lock composer.phar
set -xe
composer install
# Install composer with dev dependencies so we can run tests.
composer install --dev

0 comments on commit c1df0ea

Please sign in to comment.