Phase 2: Fix CI Pipeline Lint Step Ordering #364
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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)
Root Cause
Acceptance Criteria