We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c74881 commit 634bd49Copy full SHA for 634bd49
.github/workflows/build.yml
@@ -95,9 +95,7 @@ jobs:
95
run: pnpm install --prod --frozen-lockfile
96
97
- name: Install Bundle Analyzer
98
- if: ${{ matrix.os == 'ubuntu-latest' && github.event_name != 'merge_group' }}
99
- # This is a devDependency, so we manually install it, but only when it's actually
100
- # needed
+ # This is a devDependency, so we manually install it
101
run: pnpm install @codecov/nextjs-webpack-plugin --frozen-lockfile
102
103
- name: Build Next.js (ISR)
0 commit comments