forces global install of prettier
This commit is contained in:
parent
ddade9c145
commit
3869a9d027
|
@ -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']
|
||||
|
|
Loading…
Reference in New Issue