Skip to content

Commit

Permalink
- update workflow to include npm install in current directory
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonbahl committed Sep 18, 2024
1 parent b2c9016 commit e3b6918
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/nextjs-bundle-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ jobs:
run: npm run build

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

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

0 comments on commit e3b6918

Please sign in to comment.