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 answers

0
Michael Browning On

lerna bootstrap will also output the circular dependencies.