Skip to content

Commit

Permalink
chore: update bundle analysis step
Browse files Browse the repository at this point in the history
  • Loading branch information
theodesp committed Oct 16, 2024
1 parent 88c0d93 commit 19f4f40
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/nextjs-bundle-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,10 @@ jobs:
run: npm install -g @next/bundle-analyzer

- name: Install dependencies
run: npm i -D next-secure-headers
run: npm i

- name: Install next-bundle-analysis
run: npm i --save-dev next-bundle-analysis

- name: Build packages
run: npm run build
Expand Down

0 comments on commit 19f4f40

Please sign in to comment.