Skip to content
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

Migrate to monorepo #140

Merged
merged 11 commits into from
Mar 30, 2021
Merged

Migrate to monorepo #140

merged 11 commits into from
Mar 30, 2021

Conversation

rekmarks
Copy link
Member

@rekmarks rekmarks commented Mar 29, 2021

In service of #104, this PR migrates this repo to a monorepo structure. The goal with this PR is to support splitting the existing config package into multiple packages. CI scripts have been altered to support the existence of multiple packages, but are otherwise unchanged.

After this is merged, numerous steps remain, including splitting the various configs into their own packages, migrating to GitHub Actions, and setting up automatic releases.

@rekmarks rekmarks marked this pull request as ready for review March 29, 2021 21:50
@rekmarks rekmarks requested a review from a team as a code owner March 29, 2021 21:50
@brad-decker brad-decker mentioned this pull request Mar 30, 2021
"private": true,
"workspaces": [
"packages/base"
]
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should lerna be here as a dev dependency? 🤔

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hm, I think lerna recommends that you install it globally. I can either add it as a dev dep or add a note in the readme?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Apparently not. From their README:

Let's start by installing Lerna as a dev dependency of your project with npm.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😅 56c43bc

Copy link
Member

@Gudahtt Gudahtt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@rekmarks rekmarks merged commit 9d9de52 into main Mar 30, 2021
@rekmarks rekmarks deleted the monorepo branch March 30, 2021 15:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants