Detecting Circular Dependencies In Lerna Monorepo

1.6k Views Asked by At

When publishing packages using lerna publish, warnings are output if circular dependencies are detected.

Is there any way to have lerna check for circular dependencies without publishing packages?

1

There are 1 best solutions below

0
On

lerna bootstrap will also output the circular dependencies.