Open RomanYar opened 1 year ago
Need to update the workspaces field in root package.json?
no sure it's a mandatory step, I am not sure on how pleb locates the packages in the repo
It looks the packages up using the "workspaces" field, just like npm or yarn would. It needs to point to the packages.
oh, just noticed the comment saying packages/**/*
. that worked on npm/yarn, but not pleb?
We tried implementing pleb for publishing our packages, and we saw that in our structure, which is not a flat
packages
structure,pleb
fails locating the packages.steps to reproduce: