Conversation
Miniflare 3 doesn't include a CLI anymore, but should log a useful error stating this when running `npx miniflare`. We had a script for this, but it wasn't correctly hooked up. 🤦
🦋 Changeset detectedLatest commit: d5faff6 The changes in this PR will be included in the next version bump. This PR includes changesets to release 3 packages
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 |
|
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/workers-sdk/runs/6830099406/npm-package-wrangler-4428You can reference the automatically updated head of this PR with: npm install --save-dev https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/prs/6830099406/npm-package-wrangler-4428Or you can use npx https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/6830099406/npm-package-wrangler-4428 dev path/to/script.jsAdditional artifacts:npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/6830099406/npm-package-miniflare-4428npm install https://prerelease-registry.devprod.cloudflare.dev/workers-sdk/runs/6830099406/npm-package-cloudflare-pages-shared-4428Note that these links will no longer work once the GitHub Actions artifact expires.
| Please ensure constraints are pinned, and |
Codecov Report
@@ Coverage Diff @@
## main #4428 +/- ##
==========================================
- Coverage 75.47% 75.46% -0.01%
==========================================
Files 225 225
Lines 12451 12449 -2
Branches 3229 3227 -2
==========================================
- Hits 9397 9395 -2
Misses 3054 3054
|
Fixes #4355
What this PR solves / how to test:
Miniflare 3 doesn't include a CLI anymore, but should log a useful error stating this when running
npx miniflare. We had a script for this, but it wasn't correctly hooked up. 🤦 To test this, runnpx miniflarein thepackages/wranglerdirectory.Author has addressed the following:
binentry tominiflare'spackage.jsonnpx wrangler devNote for PR author:
We want to celebrate and highlight awesome PR review! If you think this PR received a particularly high-caliber review, please assign it the label
highlight pr reviewso future reviewers can take inspiration and learn from it.