Configure multiple workspaces for lerna
Closed this issue · 0 comments
petermasking commented
Currently, when running lerna all projects are selected (packages, tools and examples). In most cases we only wan to run a build on the packages (especially when developing). Therefore we want to split the workspace is separate workspaces and be able to build, test and lint them separately.