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
+1 -1
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'