mirror of
https://github.com/discourse/discourse.git
synced 2025-09-07 12:02:53 +08:00
better log of yarn setup
This commit is contained in:
parent
bb920e9bb1
commit
ddade9c145
1 changed files with 1 additions and 1 deletions
|
@ -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']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue