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

Added support for different package managers #125

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

albbus-stack
Copy link

I added a new packageManager option field that allows the developer to choose which package manager to use to run wrangler.

Currently I've added support for pnpm and bun using pnpm dlx and bunx respectively, the default is npx in any other case.

The motivation for adding this is avoiding npm to install the wrangler dependency if it's not present. Instead of using npm it will now use the specified package manager, maintaining consistency with the previous steps of the developers action.

@albbus-stack albbus-stack requested a review from a team as a code owner April 18, 2024 11:30
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.

1 participant