monorepo-run icon indicating copy to clipboard operation
monorepo-run copied to clipboard

Support nested workspace config

Open tszarzynski opened this issue 5 years ago • 3 comments

Hey! I've made a simple update to patterns recognition. Currently the tool only recognises workspaces properly if they are defined as array:

"workspaces": [...]

If someone is trying to use nohoist option the tool cannot recognise the pattern correctly as the config changes to:

"workpsaces": { "packages": [...], "nohoist": [...] }

tszarzynski avatar Mar 13 '20 23:03 tszarzynski

@Akryum anything blocks from merging this? Currently, we can't use the package because we need to specify "nohoist" properties on yarn workspaces

scopsy avatar May 11 '20 10:05 scopsy

wanted!!

manooog avatar Mar 21 '21 02:03 manooog

very helpful, wanted!!

thanhlcm90 avatar Jul 24 '21 04:07 thanhlcm90