forces global install of prettier

This commit is contained in:
Joffrey JAFFEUX 2018-06-08 12:40:05 +02:00 committed by GitHub
parent ddade9c145
commit 3869a9d027
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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