Closed QuiiBz closed 9 months ago
Closes https://github.com/QuiiBz/sherif/issues/53
Support Yarn nohoist workspaces configuration, where the root package.json's workspaces field looks like:
package.json
workspaces
"workspaces": { "packages": ["packages/*"], "nohoist": [] }
instead of the well-known:
"workspaces": ["packages/*"]
Closes https://github.com/QuiiBz/sherif/issues/53
Support Yarn nohoist workspaces configuration, where the root
package.json
'sworkspaces
field looks like:instead of the well-known: