-
Notifications
You must be signed in to change notification settings - Fork 42
fix: npm failing to pass args to wrangler #505
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
Conversation
🦋 Changeset detectedLatest commit: 35e647f The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
commit: |
4bd4db5
to
df62d4e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, would be nice to have some comment
df62d4e
to
56bc16d
Compare
I re-jigged the implementation while you were reviewing @vicb, would you mind taking another look please? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Another package manager inconsistency. npm and yarn both need
--
to pass args to wrangler properly, whereas pnpm and bun will fail to pass args properly to wrangler if--
is supplied...