Dev: --dev option does nothing in yarn (#12032)

This commit is contained in:
Penar Musaraj
2021-02-10 19:19:47 -05:00
committed by GitHub
parent a1aa37758c
commit a1955b0542
3 changed files with 3 additions and 3 deletions

View File

@ -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