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

Support pnpm #56

Merged
merged 4 commits into from
Apr 28, 2024
Merged

Support pnpm #56

merged 4 commits into from
Apr 28, 2024

Conversation

maxfierke
Copy link
Owner

This adds support for pnpm as a package manager, but not as a runtime manager for Node (aka pnpm env). Rolling w/ brew-installed version for now (same as yarn), though not entirely sure that's what should be done (for either). This might be okay in most cases, but depending on how corepack ends up, that's probably what should be used instead.

(macOS build failing due to the GitHub Actions macOS runners not having picked up Homebrew/homebrew-core#169721)

For has_command?, we can cache output & use Process.find_executable instead of calling a bunch of shell subprocesses for a bit of speed up
This adds support for pnpm as a package manager, but not as a runtime manager for Node (aka `pnpm env`)
@maxfierke maxfierke added the enhancement New feature or request label Apr 28, 2024
@maxfierke maxfierke marked this pull request as ready for review April 28, 2024 21:51
@maxfierke maxfierke merged commit dda0e8d into main Apr 28, 2024
1 of 2 checks passed
@maxfierke maxfierke deleted the mf-pnpm_support branch April 28, 2024 21:51
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

Successfully merging this pull request may close these issues.

1 participant