We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 634bd49 commit 06731c7Copy full SHA for 06731c7
.github/workflows/build.yml
@@ -96,7 +96,7 @@ jobs:
96
97
- name: Install Bundle Analyzer
98
# This is a devDependency, so we manually install it
99
- run: pnpm install @codecov/nextjs-webpack-plugin --frozen-lockfile
+ run: pnpm install @codecov/nextjs-webpack-plugin
100
101
- name: Build Next.js (ISR)
102
# We want a ISR build on CI to ensure that regular Next.js builds work as expected.
0 commit comments