Skip to content

Add location data #1

@brenwell

Description

@brenwell

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'
  ],
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions