-
-
Notifications
You must be signed in to change notification settings - Fork 221
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: duplicate BuildOutput.publicAssets
#951
Conversation
✅ Deploy Preview for creative-fairy-df92c4 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
I don't know if this will solve his problem with #938. The problem of multiple BTW: Why CI failed at doc build 🤷 lockfile degradation occurs again? |
BuildOutput.publicAssets
BuildOutput.publicAssets
BuildOutput.publicAssets
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice find! I'll fix the checks.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #951 +/- ##
==========================================
- Coverage 81.95% 81.84% -0.11%
==========================================
Files 125 125
Lines 6612 6605 -7
Branches 1102 1098 -4
==========================================
- Hits 5419 5406 -13
- Misses 1179 1185 +6
Partials 14 14 ☔ View full report in Codecov by Sentry. |
Yeah, looks like it. Time to switch to bun lol. I only ever have this happen with |
Heh, It's degrated by unbuild patch bump 026f782, but it looks like a pnpm bug. Let's go to bun 🥟 |
Already fixed it on
The one thing holding me back is that it doesn't have built-in version management, which I think is important for open-source projects with lots of people contributing :/ |
Yes, it's to be an internal breaking change. bun's problem is that not in corepack. Everyone needs to have their own global bun. 😫 |
Released in |
I was logging about the #938 and noticed this.
The
BuildOutput.publicAssets
is increasing with each rebuild.publicAssets
should not need to be merged likeBuildOutput.steps
because the current implementation is making copies.BEFORE
AFTER