Skip to content

Commit 69961c8

Browse files
committed
fixup!
1 parent 1b5aadf commit 69961c8

File tree

3 files changed

+4
-9
lines changed

3 files changed

+4
-9
lines changed

.github/workflows/build.yml

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

97-
- name: Install Bundle Analyzer
98-
working-directory: apps/site
99-
# This is a devDependency, so we manually install it
100-
run: pnpm install @codecov/nextjs-webpack-plugin
101-
10297
- name: Build Next.js (ISR)
10398
# We want a ISR build on CI to ensure that regular Next.js builds work as expected.
10499
run: pnpm exec turbo build ${{ env.TURBO_ARGS }}

apps/site/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"cloudflare:deploy": "wrangler deploy"
2828
},
2929
"dependencies": {
30+
"@codecov/nextjs-webpack-plugin": "^1.9.1",
3031
"@heroicons/react": "~2.2.0",
3132
"@mdx-js/mdx": "^3.1.0",
3233
"@node-core/rehype-shiki": "workspace:*",
@@ -74,7 +75,6 @@
7475
"vfile-matter": "~5.0.1"
7576
},
7677
"devDependencies": {
77-
"@codecov/nextjs-webpack-plugin": "^1.9.1",
7878
"@eslint/compat": "~1.2.8",
7979
"@eslint/eslintrc": "~3.3.1",
8080
"@flarelabs-net/wrangler-build-time-fs-assets-polyfilling": "^0.0.0",

pnpm-lock.yaml

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)