aave-utilities
aave-utilities copied to clipboard
fix lerna / migrate away from lerna
Feature Request
As you can see in our ci workflow we're having multiple issues with lerna right now. https://github.com/lerna/lerna/issues/2788 https://github.com/lerna/lerna/issues/1893 Lerna seems to be no longer properly maintained: https://github.com/lerna/lerna/issues/1893 Might make sense to put some effort into fixing them/maintaining a fork as prs at lerna seem to be no longer to be accepted.
Alternatives to consider
- We only have two packages right now and might want to consider just publishing things manually(via ci, but without lerna tooling).
- https://www.npmjs.com/package/bolt
- https://github.com/nrwl/nx
- https://turborepo.org/
https://github.com/atlassian/changesets seems like another alternative people are migrating to