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

Configurable package manager #1

Open
mvsde opened this issue May 25, 2022 · 0 comments
Open

Configurable package manager #1

mvsde opened this issue May 25, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@mvsde
Copy link
Member

mvsde commented May 25, 2022

At the moment, Yarn is hard-coded as the package manager in the child process. It would be nice if one could specify which package manager is used in the plugin configuration.

Or maybe auto-detect based on the presence of a specific lock-file? 🤔

spawnSync("yarn", ["factorial", "build"], { stdio: "inherit" });

@mvsde mvsde added the enhancement New feature or request label May 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants