Skip to content

Commit

Permalink
non-quiet output
Browse files Browse the repository at this point in the history
  • Loading branch information
swissspidy committed Jan 28, 2020
1 parent 75620dd commit 37b6b5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/deploy-to-test-environment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ echo "Installing npm dependencies"
npm install --silent

echo "Removing non-development composer dependencies"
composer update --no-dev --optimize-autoloader --quiet
composer update --no-dev --optimize-autoloader --no-interaction --prefer-dist --no-suggest || echo "Could not optimize autoloader"

echo "Building plugin"
npm run build:js --silent
Expand Down

0 comments on commit 37b6b5a

Please sign in to comment.