chore: don't install just --production depdencies in ci, this case is handled by using the yalc registry
parent
a6444d411d
commit
11662c8421
|
@ -41,7 +41,7 @@ jobs:
|
||||||
node-version: ${{ matrix.node }}
|
node-version: ${{ matrix.node }}
|
||||||
cache: 'yarn'
|
cache: 'yarn'
|
||||||
- name: Install dependencies plugin
|
- name: Install dependencies plugin
|
||||||
run: yarn --no-lockfile --unsafe-perm --production
|
run: yarn --no-lockfile --unsafe-perm
|
||||||
- name: Install dependencies playground
|
- name: Install dependencies playground
|
||||||
run: yarn playground:install --unsafe-perm
|
run: yarn playground:install --unsafe-perm
|
||||||
- name: Build playground
|
- name: Build playground
|
||||||
|
|
Loading…
Reference in New Issue