chore: don't install just --production depdencies in ci, this case is handled by using the yalc registry

pull/147/head
Boaz Poolman 2024-10-12 17:18:40 +02:00
parent a6444d411d
commit 11662c8421
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ jobs:
node-version: ${{ matrix.node }}
cache: 'yarn'
- name: Install dependencies plugin
run: yarn --no-lockfile --unsafe-perm --production
run: yarn --no-lockfile --unsafe-perm
- name: Install dependencies playground
run: yarn playground:install --unsafe-perm
- name: Build playground