Skip to content

GAMEBOARD_RELEASE_GATE_COMMANDS

const GAMEBOARD_RELEASE_GATE_COMMANDS: readonly ["pnpm lint", "pnpm typecheck", "pnpm build", "pnpm test", "pnpm test:coverage:enforce", "pnpm test:browser:free", "pnpm docs-site:build", "npm pack --dry-run"]

Defined in: src/interop/coverage.ts:336

Canonical final acceptance commands for release closeout.

Mirrors the per-PR CI workflow (lint / typecheck / build / vitest with contract specs / coverage-enforce / docs site build / browser visual snapshot diff) plus the release-only npm pack step. The bespoke audit-*.ts scripts are gone — their assertions live in tests/contract/ and run under pnpm test.