-
Notifications
You must be signed in to change notification settings - Fork 109
Use npm workspaces #2476
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
Use npm workspaces #2476
Conversation
Oh this has broken things horribly, brb... |
lockfilemageddon updated cheerio from rc.10 to final. This included a breaking change which enzyme hasn't been updated to handle, but seeing as enzyme is no longer maintained....let's just throw our toys out the pram and switch to testing library
I tell a lie, deleted node_modules and reinstalled and it was fine. Still...thanks npm |
Can you catch up to main so we don't have there merge conflicts? |
@Westbrook done! |
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.
CI is happy. Runs locally. Deletes a small sized black hole from the project.
@@ -13,17 +13,45 @@ export namespace Components { | |||
} | |||
interface ComponentWithDeclarativeEvent { | |||
"camelHandled": boolean; | |||
/** |
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.
Oh good, I was seeing this popup in a couple of places, now it will be quite again. 🙇🏼
The install time for this repository is getting increasingly long as it runs installs separately in each library.
Switching to using npm workspaces makes a substantial reduction to this.
The churn in lock file is unfortunate, but I think unavoidable.