Skip to content

Commit e3b6918

Browse files
committed
- update workflow to include npm install in current directory
1 parent b2c9016 commit e3b6918

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ jobs:
4646
run: npm run build
4747

4848
- name: Create "faust" cli bin
49-
run: npm ci --include=dev
49+
run: npm install
50+
working-directory: ${{ matrix.next-dir }}
5051

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

0 commit comments

Comments
 (0)