Skip to content

Give support to pnpm workspace #37

@smoglica

Description

@smoglica

I'm having this issue in my github action.

image

My repo is a monorepo handled with pnpm workspace. In the root package.json file I have some package referencies like:

{
  "devDependencies": {
    "@package-a": "workspace:*",
    "@package-b": "workspace:*",
    "@package-c": "workspace:*"
  }
}

For fixing this, probably should be enough to detect which package manager the repo is using and use the correct CLI command.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions