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?
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?
lerna bootstrap
will also output the circular dependencies.