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

Make use of Lerna / Nx for Monorepository #1420

Closed
3 tasks
pascalwilbrink opened this issue Jan 17, 2024 · 0 comments · Fixed by #1462
Closed
3 tasks

Make use of Lerna / Nx for Monorepository #1420

pascalwilbrink opened this issue Jan 17, 2024 · 0 comments · Fixed by #1462
Assignees
Labels

Comments

@pascalwilbrink
Copy link
Member

pascalwilbrink commented Jan 17, 2024

If we want to make the most out of a monorepository, we can take a look at Lerna and Nx.
These 2 (Open Source) build tools are maintained by the same company and work together seamlessly.

Lerna:
Can solve the mapping between (sub)projects

Nx:
Can solve the CI maintenance

Acceptance criteria:

  • No more cd'ing into subprojects in GH Actions
  • npm start works on root level
  • Npm scripts still work
@pascalwilbrink pascalwilbrink added the Kind: Enhancement New Request label Jan 17, 2024
@juancho0202 juancho0202 added this to Next Feb 21, 2024
@juancho0202 juancho0202 moved this to Todo in Next Feb 21, 2024
@Stef3st Stef3st linked a pull request Feb 26, 2024 that will close this issue
@github-project-automation github-project-automation bot moved this from Todo to Done in Next Mar 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants