From 11662c84219ef59b4c36f12a4b8cf953f11fc4b9 Mon Sep 17 00:00:00 2001 From: Boaz Poolman Date: Sat, 12 Oct 2024 17:18:40 +0200 Subject: [PATCH] chore: don't install just --production depdencies in ci, this case is handled by using the yalc registry --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 58b29b8..36fbf57 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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