Skip to content

Commit

Permalink
Merge commit 'a11c33645b963e61338f260ea2fbe6fac1b0f76e' into feat/sep…
Browse files Browse the repository at this point in the history
…arate-workspace
  • Loading branch information
jasonbahl committed Sep 17, 2024
2 parents 9562735 + a11c336 commit 3b899b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nextjs-bundle-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@ jobs:
run: npm install -g @next/bundle-analyzer

- name: Install dependencies
run: npm ci
run: npm ci --include=dev

- name: Build packages
run: npm run build

- name: Create "faust" cli bin
run: npm ci
run: npm ci --include=dev

- name: Create example project .env.local file
working-directory: ${{ matrix.next-dir }}
Expand Down

0 comments on commit 3b899b7

Please sign in to comment.