- Use reusable npmrc action in workflows
- Make package name dynamic in e2e tests
- Add rationale for configure-registry script
- Force orchestrator to run in dev environment
This PR introduces a new, automated workflow for developers to switch between the development (GitHub Packages) and production (npmjs.org) npm registries.
- A new script, , now automatically backs up and modifies the user's global file.
- has been updated with and scripts to run this new script.
- has been updated to reflect this new, simplified, and automated process, removing all manual steps for the user.