pnpm / action-setup

Install pnpm package manager
https://github.com/marketplace/actions/setup-pnpm
MIT License
887 stars 84 forks source link

support projects that have package.json in non-root directory #88

Closed KengoTODA closed 1 year ago

KengoTODA commented 1 year ago

Hello, thanks for making this action open and contributable! 👋

I have some projects that use multiple languages, and in such cases package.json is stored in submodules or subdirectories. To support such cases, could you consider adding an option to specify the path of package.json?

Thanks for checking this PR!

KengoTODA commented 1 year ago

Hi @KSXGitHub, hope that you'll have some time to check this :) Thanks in advance!

KengoTODA commented 1 year ago

Thanks, confirmed that newly released action works as expected :+1: