mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 02:40:53 -06:00
force install with sudo
This commit is contained in:
parent
bc7f16a406
commit
eedf7ffc4f
@ -38,7 +38,7 @@ desc 'Run all tests (JS and code in a standalone environment)'
|
||||
task 'docker:test' do
|
||||
begin
|
||||
system("yarn install --dev")
|
||||
system("npm install -g prettier")
|
||||
system("sudo npm install -g prettier")
|
||||
|
||||
@good = true
|
||||
unless ENV['SKIP_LINT']
|
||||
|
Loading…
Reference in New Issue
Block a user