From f2900b21457496295a67b4ad2d2eb0da77ed9351 Mon Sep 17 00:00:00 2001 From: Theo <328805+theodesp@users.noreply.github.com> Date: Wed, 16 Oct 2024 14:22:20 +0100 Subject: [PATCH] chore: update bundle analysis build --- .github/workflows/nextjs-bundle-analysis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nextjs-bundle-analysis.yml b/.github/workflows/nextjs-bundle-analysis.yml index 736b2c88d..4db9841c5 100644 --- a/.github/workflows/nextjs-bundle-analysis.yml +++ b/.github/workflows/nextjs-bundle-analysis.yml @@ -40,13 +40,13 @@ jobs: run: npm install -g @next/bundle-analyzer - name: Install dependencies - run: npm i + run: npm i --include=dev - name: Build packages run: npm run build - name: Create "faust" cli bin - run: npm i + run: npm i --include=dev - name: Create example project .env.local file working-directory: ${{ matrix.next-dir }}