Made npm run output verbose in Travis tests

This commit is contained in:
Chris Kankiewicz
2020-04-21 10:08:46 -07:00
parent a1fb659b8e
commit 531b883e77

View File

@@ -25,4 +25,4 @@ script:
- app/vendor/bin/php-cs-fixer fix --diff --dry-run
- app/vendor/bin/psalm --show-info=true
- app/vendor/bin/phpunit --coverage-text
- npm run production
- npm run production --verbose