-
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
Remove private GitHub package registry usage #123
Conversation
|
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.
We also need to regenerate yarn.lock
to point at the new registry. Simply delete it and yarn install
again should do the trick.
The build broke, not exactly sure why. The first error is
|
🙈 There seems to be unrelated updates in the lockfile (due to semver ranges in dependencies) that end up exploding like that. I guess we can keep the old lockfile, and the actual change will happen with the next Alfa release 🤔 |
So, |
No description provided.