DEV: makes sure yarn is ran before docker:test

This commit is contained in:
Joffrey JAFFEUX 2018-06-08 12:04:53 +02:00 committed by GitHub
parent 174d392e5a
commit bb920e9bb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -37,6 +37,8 @@ end
desc 'Run all tests (JS and code in a standalone environment)'
task 'docker:test' do
begin
`yarn install --dev`
@good = true
unless ENV['SKIP_LINT']
puts "Running linters/prettyfiers"