Skip to content

Pipeline y CI del Monorepo

  • npm run dev
  • npm run typecheck
  • npm run lint
  • npm run test
  • npm run build
  • npm run ci:affected
  1. turbo run typecheck lint build --affected
  2. turbo run docs:validate docs:build --affected
  1. turbo run typecheck lint test build
  2. turbo run docs:inventory docs:validate docs:build

CI falla si:

  • Hay frontmatter inválido.
  • Hay links internos rotos.
  • Cobertura de docs no cumple matriz mínima.
  • Se intenta publicar contenido marcado interno/sensible.