-
-
Notifications
You must be signed in to change notification settings - Fork 276
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
Add Lerna #433
Add Lerna #433
Conversation
1bbb61f
to
bbfdc2f
Compare
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.
This looks good to me, I was able to build/run the extension! @stefanbuck, I'll let you decide when to merge, in case you think of anything else. Also, I assume it might be better to squash/merge instead of rebase/merge, since there seem to be some intermediate commits where things are broken (it's nice seeing the separate commits during this PR review process, however!).
Thanks for reviewing. I've created the commits with the review in mind. Sure I'll squash them as always ... now. |
As described in #432 this PR adds lerna. A tool to manage multiple packages in the same repo. I moved the
lib
folder into a new package calledcore
along with all dependencies. Also I added a few morepackage.json
files and cleaned up the dependencies in the root.