-
Notifications
You must be signed in to change notification settings - Fork 11
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 lerna #58
Remove lerna #58
Conversation
|
have you done a project wide search for lerna? i feel like there should be more places it was invoked |
Removed dependencies detected. Learn more about Socket for GitHub ↗︎ 🚮 Removed packages: [email protected] |
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.
🛳️
Description
This PR aims to remove lerna for working with workspaces in favor of using native yarn support.
Tested
Ran the commands locally.
Backwards compatibility
Changes should be backwards compatible as the top-level commands stayed the same, they're just invoking yarn workspaces instead of lerna.