-
Notifications
You must be signed in to change notification settings - Fork 3
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
Allow @openedx-namespaced NPM packages to be built #806
Comments
@arbrandes do you have a package in mind that we can start publishing to the new org today? Are there defaults we need to change somewhere in our templates? |
I'm not aware of an openedx cookiecutter or template for JS libraries, so I don't think we have to worry about a default. I just checked for related developer documentation, but couldn't find any, either. That said, it wouldn't hurt to open a PR to frontend-template-application that changes the namespace accordingly, even if it doesn't get published anywhere. 🤷🏼♂️ As for a package we could rename today, I think the recently-added react-unit-test-utils would be the best candidate. Not sure if it's even used by any MFEs, yet. We'll just have to coordinate with @muselesscreator. (Hey Ben! 😉 ) |
I'm gonna try this with the https://github.com/openedx/brand-openedx package to figure out the details since that package is presumably fully under our purview and probably touches many other packages. |
Copying from the main ticket to keep track of here.
|
The announcement was made over here: https://discuss.openedx.org/t/npm-scope-change-for-open-edx-packages/11481 We can now easily build and publish to the |
Description
As a first step in the direction of renaming all relevant
@edx
NPM packages to@openedx
, allow new NPM packages in the org to be built in the@openedx
namespace.We should also take the opportunity to start investigating how to make the future renaming process more palatable (such as by using some form of aliasing).
Further info
The text was updated successfully, but these errors were encountered: