Build
At a glance
- Contributor path for code changes, schema updates, and release-safe docs updates.
Do this
- Run quality checks.
bash
npm run check
npm test
npm run docs:check- For event-site schema changes, generate and apply migrations.
bash
npm run db:generate
npm run db:migrate:local- For control-plane schema changes, apply control-plane migrations.
bash
npm run db:migrate:control-plane:localDecision points
- Need exact command, route, and data contracts: use Reference.