Open
Description
The readme says that run_install.recursive
defaults to false
:
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
Labels
No labels