mirror of
https://github.com/discourse/discourse.git
synced 2025-05-21 18:12:32 +08:00
Dev: --dev option does nothing in yarn (#12032)
This commit is contained in:
@ -16,7 +16,7 @@ task "smoke:test" do
|
||||
abort "Chrome 59 or higher is required to run tests in headless mode."
|
||||
end
|
||||
|
||||
system("yarn install --dev")
|
||||
system("yarn install")
|
||||
|
||||
url = ENV["URL"]
|
||||
if !url
|
||||
|
Reference in New Issue
Block a user