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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -119,7 +119,7 @@ jobs:
${{ runner.os }}-${{ matrix.os }}-yarn-
- name: Yarn install
run: yarn install --dev
run: yarn install
- name: "Checkout official plugins"
if: env.TARGET == 'PLUGINS'

View File

@ -26,7 +26,7 @@ task "qunit:test", [:timeout, :qunit_path] do |_, args|
report_requests = ENV['REPORT_REQUESTS'] == "1"
system("yarn install --dev")
system("yarn install")
# ensure we have this port available
def port_available?(port)

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