deploy-preview

Installation
SKILL.md

Deploy Preview

Preview deployments are handled automatically by Cloudflare's git integration — do not run wrangler deploy locally.

Why Not Deploy Locally?

Local wrangler deploy creates a separate disconnected worker outside of Cloudflare's git integration. It won't share env vars, bindings, or the same worker config as the git-connected deployment.

Correct Workflow

  1. Run quality checks locally:

    pnpm typecheck
    

    Stop and report any errors.

Installs
1
First Seen
Jun 16, 2026
deploy-preview — arosenkranz/alexrosenkranz.com