axa-ch-webhub-cloud / pattern-library

AXA CH UI component library. Please share, comment, create issues and work with us!
https://axa-ch-webhub-cloud.github.io/plib-feature/develop
126 stars 18 forks source link

Feature/lerna fix upgrade #2360

Closed MKaHead closed 1 year ago

MKaHead commented 1 year ago

Fix: Now, finally, only the packages that need it will be published. Furthermore upgrade to lerna 6. the makers of nx have taken over lerna under the bonnet there is now also nx which handles caching and dependencies very well. We will not use the caching completely for the time being, because our use case is not too strong yet. We benefit from the default better speed.

Merge Checklist:

markus-walther commented 1 year ago

Fix: Now, finally, only the packages that need it will be published.

I think 'that need it' means 'that Lerna detected as changed (direct, or transitively)', correct?