Closed klaasman closed 6 years ago
As introduced here: https://yarnpkg.com/blog/2018/02/15/nohoist/
Workspaces can now be formatted as:
{ "workspaces": { "packages": [/* ... */], "nohoist": [/* ... */] } }
The old workspaces format will continue to be supported.
Thanks! We should add tests to this before merging.
It actually caught an unforeseen error 👍
@thetimothyp @lennyburdette want to take it from here?
@klaasman Thank you!
As introduced here: https://yarnpkg.com/blog/2018/02/15/nohoist/
Workspaces can now be formatted as:
The old workspaces format will continue to be supported.