-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Unpublish NPM versions #2377
Comments
It looks like unpublishing is unreliable/does not work for our use-case. TL;DR: Less than 72 hours agoI was unsuccessful in unpublishing with the version More than 72 hours agoI believe we could contact support to clean up old NPM versions. We could do this once we migrate to a single package |
I believe we should stop publishing (to NPM) on every E2E test. Looking over possible solutions:
Any thoughts @arboleya? |
Yes, let's do that and stop publishing PRs automatically. When we merge a PR to We could move our This way, we can stop publishing PRs while keeping the validation. |
That's a better solution! |
I've implemented this in #2489. What do you think about contacting support for cleaning up our old versions? Otherwise - is it worth updating the description and changing priority? |
Considering the CDN thing was addressed, should we close this? |
Summary
Work was carried out to improve the functionality around unpublishing package versions (#2495):
Due to issues with our package hierarchy (outlined here), we couldn't unpublish these versions automatically. Once we have migrated to a single
fuels
package (#2493), we should revisit this functionality to see if unpublishing is possible.After we can confirm this functionality, we should contact support to clean up old NPM versions that are more than 72 hours old.
fuels
#2493The text was updated successfully, but these errors were encountered: