You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
npm start
works on root levelThe text was updated successfully, but these errors were encountered: