Commit 5cd9096
Fix deploy: remove wrangler from dashboard deps, install v4 in CI
@sveltejs/adapter-cloudflare@4.x declares a peer dep on wrangler@^3;
having wrangler@^4 in devDependencies caused an ERESOLVE conflict on
npm ci. Remove it from package.json and install wrangler@^4 globally
as a dedicated CI step before the deploy, keeping peer deps clean.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 1dd4c8a commit 5cd9096
3 files changed
Lines changed: 745 additions & 567 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
36 | 39 | | |
37 | 40 | | |
38 | 41 | | |
| |||
41 | 44 | | |
42 | 45 | | |
43 | 46 | | |
44 | | - | |
| 47 | + | |
45 | 48 | | |
46 | 49 | | |
47 | 50 | | |
| |||
0 commit comments