Skip to content

Commit

Permalink
Remove --quiet option to see inital installation progress
Browse files Browse the repository at this point in the history
  • Loading branch information
markaspot authored Dec 10, 2023
1 parent 5f2590d commit 3f41432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ if [ "$1" = "-h" ] || [ "$1" = "--help" ]; then
fi

printf "\e[32mInstall all libraries with composer..\e[0m\n"
composer install --no-dev --quiet
composer install --no-dev


if [ "$ENVIRONMENT" != "prod" ]; then
Expand Down

0 comments on commit 3f41432

Please sign in to comment.