Closed apolkingg8 closed 5 years ago
First, thanks for this awesome project!
There is a little issue about yarn workspace:
// this works fine "workspaces": [ ... ]
// this won't work "workspaces": { "packages": [ "packages/*" ], "nohoist": [ ... ] }
I was under the impression that workspaces was ever only going to be an array.
workspaces
Could you link me to the relevant docs explaining this?
@apolkingg8 released as 0.4.1, thanks for the report! 😄
First, thanks for this awesome project!
There is a little issue about yarn workspace: