mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
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
Block a user