Run eslint in CI

This commit is contained in:
Chris Kankiewicz
2021-01-21 22:41:34 -07:00
parent b40a0120f1
commit dc67704b44

View File

@@ -38,6 +38,7 @@ install:
script:
- npm run production --verbose
- app/vendor/bin/php-cs-fixer fix --diff --dry-run
- node_modules/.bin/eslint app/resources/js/**/*.{js,vue}
- app/vendor/bin/psalm --show-info=true
- app/vendor/bin/phpunit --coverage-text