Is recursive really default: false?
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 1.3k
- Forks
- 217
- Avg merge
- 8h 42m
- Merged PRs (30d)
- 1
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-installsetting 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
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the README section documenting run_install.recursive, then compare its stated default with the linked pnpm install documentation and the recursive-install setting. Confirm whether the action intentionally inverts the default; done means the README accurately explains the behavior and default, with any needed clarification documented.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions, nodejs
- Domain
- ci-cd, documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100