Skip to content

Commit

Permalink
Merge pull request #199 from loic425/fix/test-prod-requirements
Browse files Browse the repository at this point in the history
[Fix] test prod requirements with prod env
  • Loading branch information
loic425 committed Jul 19, 2019
2 parents 4085d46 + b1ef6dc commit 2823e6d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
source "$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)/../../../../bash/common.lib.sh"

print_header "Testing prod requirements (Composer)" "Sylius"
run_command "composer install --no-dev --no-interaction --prefer-dist"
run_command "APP_ENV=prod composer install --no-dev --no-interaction --prefer-dist"

0 comments on commit 2823e6d

Please sign in to comment.