Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add location data #1

Open
brenwell opened this issue Mar 17, 2021 · 0 comments
Open

Add location data #1

brenwell opened this issue Mar 17, 2021 · 0 comments

Comments

@brenwell
Copy link

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'
  ],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant