We have a yarn workspaces setup that looks like this:
"workspaces": {
"packages": [
"packages/abcApps/*",
"packages/xyzApps/*"
]
},
In each of the abcApps and xyzApps, there are some directories with valid workspaces with package.json files and there are folders like docs, manualTests etc. that don't contain a package.json file.
The findWorkspaces function seems to throw an error when processing the docs and manualTests directories.
I would like to know if this is something you would support. I can create a PR for it. Thanks for this useful module.
We have a yarn workspaces setup that looks like this:
In each of the
abcAppsandxyzApps, there are some directories with valid workspaces withpackage.jsonfiles and there are folders likedocs,manualTestsetc. that don't contain apackage.jsonfile.The
findWorkspacesfunction seems to throw an error when processing thedocsandmanualTestsdirectories.I would like to know if this is something you would support. I can create a PR for it. Thanks for this useful module.