better log of yarn setup

This commit is contained in:
Joffrey JAFFEUX
2018-06-08 12:12:17 +02:00
committed by GitHub
parent bb920e9bb1
commit ddade9c145

View File

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