ββAt mitter.io, we have a couple of public-facing npm packages that we need to publish, and we recently moved to a mono-repo structure managed by Lerna from having separate repositories for each one of them. Today, Iβd like to share our experience of this migration and our setup with the new monorepo structure.
9 minute read
#Git #Lerna
9 minute read
#Git #Lerna
Medium
Moving from multiple repositories to a lerna-js mono-repo
We moved from multi-repos for each of our public-facing npm packages to a mono-repo structure managed by Lerna. Hereβs what we did &β¦