Compile assets first in Travis tests

This commit is contained in:
Chris Kankiewicz
2020-09-07 08:46:44 -07:00
parent 844d794adc
commit df9bf75451

View File

@@ -32,10 +32,10 @@ install:
- npm ci
script:
- npm run production --verbose
- php-cs-fixer fix --diff --dry-run
- psalm --show-info=true
- phpunit --coverage-text
- npm run production --verbose
before_deploy: make artifacts