chore(examples): Always build before deploy in cloudflare workers examples#5531
Conversation
WalkthroughThe deploy script workflow is simplified by consolidating the build step into the deploy command itself. Documentation and example package.json files across React and Solid frameworks are updated to reflect this unified deployment process, reducing the need for manual multi-step command execution. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~5 minutes These are homogeneous, straightforward configuration and documentation updates with no logic complexity. All changes follow an identical pattern of consolidating build and deploy steps across multiple files. Possibly related PRs
Poem
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
I got momentarily stuck due to not reading the hosting docs on the fact that you needed to build before deploying the cloudflare examples. I can't figure out a reason why you would want to not build before deploying, so added it to the script to reduce similar friction for people like myself.
Summary by CodeRabbit
Documentation
Chores