I'm using lerna in combination with yarn workspaces. In that case, all the package hoisting and symlinking is handled by yarn workspaces.
In that particular case, what's the role of the lerna bootsrap
command?
Does it bring anything more compared to a raw yarn install
?
Should we use it or simply use yarn install
?