Skip to content

Commit

Permalink
ci: include dev deps in ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
theodesp committed Sep 17, 2024
1 parent c6b1190 commit a11c336
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 a11c336

Please sign in to comment.