Skip to content

Is recursive really default: false? #169

Open
@ts-web

Description

@ts-web

The readme says that run_install.recursive defaults to false:

Image

However, according to the pnpm install docs:

Inside a workspace, pnpm install installs all dependencies in all the projects. If you want to disable this behavior, set the recursive-install setting to false.

So by default, a simple pnpm install command will recursively install. And the recursive-install setting defaults to true.

Does pnpm/action-setup invert this default behavior, or am I missing something? Thanks

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