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

Remove login requirement from --experimental-local #2393

Merged
merged 1 commit into from
Dec 12, 2022

Conversation

mrbbot
Copy link
Contributor

@mrbbot mrbbot commented Dec 12, 2022

Closes #2383. Previously, you needed to login when using wrangler dev --experimental-local. This definitely shouldn't be required, so this PR removes the login check in this case.

@mrbbot mrbbot requested a review from a team as a code owner December 12, 2022 13:13
@changeset-bot
Copy link

changeset-bot bot commented Dec 12, 2022

🦋 Changeset detected

Latest commit: b98b21e

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
wrangler Patch

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

@mrbbot mrbbot force-pushed the bcoll/experimental-local-login branch from c3d8aba to b98b21e Compare December 12, 2022 13:14
@github-actions
Copy link
Contributor

github-actions bot commented Dec 12, 2022

A wrangler prerelease is available for testing. You can install this latest build in your project with:

npm install --save-dev https://prerelease-registry.devprod.cloudflare.dev/runs/3676114274/npm-package-wrangler-2393

You can reference the automatically updated head of this PR with:

npm install --save-dev https://prerelease-registry.devprod.cloudflare.dev/prs/2393/npm-package-wrangler-2393

Or you can use npx with this latest build directly:

npx https://prerelease-registry.devprod.cloudflare.dev/runs/3676114274/npm-package-wrangler-2393 dev path/to/script.js
Additional artifacts:
npm install https://prerelease-registry.devprod.cloudflare.dev/runs/3676114274/npm-package-cloudflare-pages-shared-2393

@codecov
Copy link

codecov bot commented Dec 12, 2022

Codecov Report

Merging #2393 (b98b21e) into main (21bab6b) will increase coverage by 0.03%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #2393      +/-   ##
==========================================
+ Coverage   70.71%   70.74%   +0.03%     
==========================================
  Files         153      153              
  Lines        9751     9751              
  Branches     2550     2550              
==========================================
+ Hits         6895     6898       +3     
+ Misses       2856     2853       -3     
Impacted Files Coverage Δ
packages/wrangler/src/dev.tsx 84.91% <100.00%> (ø)
packages/wrangler/src/git-client.ts 81.25% <0.00%> (+4.16%) ⬆️
...ackages/wrangler/src/__tests__/helpers/mock-bin.ts 100.00% <0.00%> (+5.26%) ⬆️

@mrbbot mrbbot merged commit a6d2473 into main Dec 12, 2022
@mrbbot mrbbot deleted the bcoll/experimental-local-login branch December 12, 2022 14:06
@github-actions github-actions bot mentioned this pull request Dec 12, 2022
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.

🐛 BUG: wrangler dev --experimental-local requires login
2 participants