Skip to content

Commit 938194a

Browse files
committed
ci: include dev deps in ci/cd
1 parent ab25692 commit 938194a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/nextjs-bundle-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@ jobs:
4040
run: npm install -g @next/bundle-analyzer
4141

4242
- name: Install dependencies
43-
run: npm ci
43+
run: npm ci --include=dev
4444

4545
- name: Build packages
4646
run: npm run build
4747

4848
- name: Create "faust" cli bin
49-
run: npm ci
49+
run: npm ci --include=dev
5050

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

0 commit comments

Comments
 (0)