-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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: do not override process.env (take 2) #12665
Conversation
🦋 Changeset detectedLatest commit: d491f6c The changes in this PR will be included in the next version bump. Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
CodSpeed Performance ReportMerging #12665 will not alter performanceComparing Summary
|
/snapshot process-env-override |
Snapshots have been released for the following packages:
Publish Log
Build Log
|
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.
Still doesn't work on netlify in a real project
I have a fix in #12585 |
Superseded by #12585 |
Changes
fix #12618
same as #12227. it seems like with how adapters now set the envs without a TLA, the order for calling
setOnSetGetEnv
and the actualsetGetEnv
call is correct now and won't cause issues like reported in #12324Marking as draft for now as I've not thoroughly tested this yet (and won't have time to do so soon). But if there's no problems, this PR can be merged as is.
Testing
TODO
Docs
n/a. bug fix.