Phase 2: Fix CI Pipeline Lint Step Ordering #364

Closed
opened 2026-02-12 18:33:46 +00:00 by jason.woltje · 0 comments
Owner

Finding

The step in runs in parallel with instead of after it. This causes 3,919 ESLint errors because Prisma client types aren't generated when ESLint runs.

Error Breakdown (all caused by missing Prisma types)

  • 1,640
  • 1,238
  • 527
  • 186
  • 170
  • 158 other type-safety errors

Root Cause

Acceptance Criteria

  • lint step depends on prisma-generate
  • ESLint passes in CI
## Finding The step in runs in parallel with instead of after it. This causes 3,919 ESLint errors because Prisma client types aren't generated when ESLint runs. ### Error Breakdown (all caused by missing Prisma types) - 1,640 - 1,238 - 527 - 186 - 170 - 158 other type-safety errors ### Root Cause ## Acceptance Criteria - [ ] lint step depends on prisma-generate - [ ] ESLint passes in CI
jason.woltje added this to the M11-CIPipeline (0.0.11) milestone 2026-02-12 18:33:46 +00:00
jason.woltje added the devops label 2026-02-12 18:33:46 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: mosaic/stack#364