mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 22:43:33 +08:00
better log of yarn setup
This commit is contained in:
@ -37,7 +37,7 @@ end
|
|||||||
desc 'Run all tests (JS and code in a standalone environment)'
|
desc 'Run all tests (JS and code in a standalone environment)'
|
||||||
task 'docker:test' do
|
task 'docker:test' do
|
||||||
begin
|
begin
|
||||||
`yarn install --dev`
|
system("yarn install --dev")
|
||||||
|
|
||||||
@good = true
|
@good = true
|
||||||
unless ENV['SKIP_LINT']
|
unless ENV['SKIP_LINT']
|
||||||
|
Reference in New Issue
Block a user