Nice little package, thanks!
I would like to add the location data which is returned when running yarn workspaces info.
I am having trouble working out where the best place to do that would be. Could you give me a point in the right direction?
I understand that this probably isn't something you would want a PR for as this changes the output. It would be enough for my fork though
Thanks in advance
yarn workspaces info
my_service: {
location: 'services/my_service', <----
},
current output
my_service: [
'/my/dependency'
],
desired output
my_service: {
location: 'services/my_service'
dependencies: [
'/my/dependency'
],
}
Nice little package, thanks!
I would like to add the
locationdata which is returned when runningyarn workspaces info.I am having trouble working out where the best place to do that would be. Could you give me a point in the right direction?
I understand that this probably isn't something you would want a PR for as this changes the output. It would be enough for my fork though
Thanks in advance
yarn workspaces infocurrent output
desired output