Skip to content

Run local delivery

Use local delivery checks when changing event schemas, intake adapters, retry logic, or dashboard-visible operational state.

Terminal window
pnpm test
pnpm typecheck
pnpm docs:check

Focused tests should cover the changed adapter or workflow first. The full baseline is the final check before opening a pull request.

  • Use pnpm cf:dev for the Worker-shaped intake path.
  • Use pnpm pages:build for the product site.
  • Use pnpm docs:build for the public docs site.

Delivery and replay semantics are defined in docs/event-delivery.md.