DEV Community

Discussion on: Full-blown monorepo setup walkthrough

Collapse
 
bennypowers profile image
Benny Powers 🇮🇱🇨🇦

Have you ever migrated a monorepo from lerna to rush?

Pain we've experienced in our lerna monorepo:

  • Needing to bootstrap after installing or adding any packages, but only sometimes
  • Shared tooling configs and scripts can get messy (rollup, karma) because of the directory structure
  • lerna's obtuse API where commands which you would expect to work together usually don't, causing all kinds of havoc