Skip to content

Commit 6c74881

Browse files
committed
fixup!
1 parent 1cc6940 commit 6c74881

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,12 @@ jobs:
9494
# We only want to install required production packages
9595
run: pnpm install --prod --frozen-lockfile
9696

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
101+
run: pnpm install @codecov/nextjs-webpack-plugin --frozen-lockfile
102+
97103
- name: Build Next.js (ISR)
98104
# We want a ISR build on CI to ensure that regular Next.js builds work as expected.
99105
run: pnpm exec turbo build ${{ env.TURBO_ARGS }}

0 commit comments

Comments
 (0)