Get the paths for all workspaces defined for the monorepo.
The patterns will be passed to globby and found paths will be returned if they contain a package.json file.
package.json
The options for getting workspace paths.
An array of workspace paths.
If no workspace patterns are found or if no workspaces are found.
Get the paths for all workspaces defined for the monorepo.
The patterns will be passed to globby and found paths will be returned if they contain a
package.json
file.