Do I need lerna to use auto for a monorepo? #1861
-
After reading the docs it isn't clear what happens when I run It does say it works with
But is (I'm currently using |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 26 replies
-
At the moment yes it's required. In my opinion lerna is a pretty bad installer, an okay task runner, and a really good publisher. Auto uses lerna to do most of the tricky parts of publishing releases. @zephraph had an idea to make a tmp lerna.json to get around the user actually having to use lerna |
Beta Was this translation helpful? Give feedback.
-
Hello @hipstersmoothie and @hydrosquall , I am new to Essentially, I've managed to setup a nice proof of concept utilizing Now, after taking a step back with the team, I wanted to see if we could use I've taken a look through doc website, and have only come across monorepo documentation with Anyway, is publishing independent packages within a monorepo using Let me know if you need me to clarify anything. All the best and thanks for this awesome tech, Bryan |
Beta Was this translation helpful? Give feedback.
At the moment yes it's required. In my opinion lerna is a pretty bad installer, an okay task runner, and a really good publisher. Auto uses lerna to do most of the tricky parts of publishing releases.
@zephraph had an idea to make a tmp lerna.json to get around the user actually having to use lerna