Skip to main content
A reference of every command worth remembering. All paths are relative to the repo root.

Whole-repo (Turbo)

Single workspace (pnpm filter)

MCP CLI (after install)

Useful one-offs

Husky and lint-staged

These run automatically on git commit:
  • ESLint with --fix on staged *.{js,jsx,ts,tsx}
  • i18n:check on staged apps/web files
  • Prettier on staged JSON / Markdown / YAML
To skip them in a true emergency: git commit --no-verify. But please don’t.