mirror of
https://github.com/discourse/discourse.git
synced 2025-06-04 09:14:40 +08:00
DEV: makes sure yarn is ran before docker:test
This commit is contained in:
@ -37,6 +37,8 @@ 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`
|
||||||
|
|
||||||
@good = true
|
@good = true
|
||||||
unless ENV['SKIP_LINT']
|
unless ENV['SKIP_LINT']
|
||||||
puts "Running linters/prettyfiers"
|
puts "Running linters/prettyfiers"
|
||||||
|
Reference in New Issue
Block a user