Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for pnpm #3

Merged
merged 1 commit into from
Dec 6, 2022

Conversation

mheob
Copy link

@mheob mheob commented Dec 5, 2022

An external script (usedPM) is added to check which package manager starts the execution.
With this it is possible to find out which package manager is used.
We can now simply check for pnpm and use the node_modules folder of the project.

Resolves #2

An external script (usedPM) is added to check which package manager starts the execution.
With this it is possible to find out which package manager is used.
We can now simply check for `pnpm` and use the `node_modules` folder of the project.
@andreynering andreynering merged commit 8961529 into go-task:master Dec 6, 2022
andreynering added a commit that referenced this pull request Dec 6, 2022
@andreynering
Copy link
Member

Hi @mheob, thanks for working on this!

I made a small adjustment at 8961529. In moved the new dependency to devDependencies because this tool compiles the library into a single index.js file to improve the user experience by avoid they to have to download many packages.

@mheob mheob deleted the 2-feature-request-pnpm-support branch December 6, 2022 05:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

FEATURE-REQUEST: PNPM support
2 participants