We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab25692 commit 938194aCopy full SHA for 938194a
1 file changed
.github/workflows/nextjs-bundle-analysis.yml
@@ -40,13 +40,13 @@ jobs:
40
run: npm install -g @next/bundle-analyzer
41
42
- name: Install dependencies
43
- run: npm ci
+ run: npm ci --include=dev
44
45
- name: Build packages
46
run: npm run build
47
48
- name: Create "faust" cli bin
49
50
51
- name: Create example project .env.local file
52
working-directory: ${{ matrix.next-dir }}
0 commit comments