DevDocs
DeploymentBeginner · 6 min · Updated May 7, 2026

Deployment Checklist

Production checklist for release safety.

Checklist

Run lint, typecheck, build and smoke checks before deploy.

release

bash

npm run lint
npm run typecheck
npm run build