The lint step in .woodpecker/api.yml depended only on install, but ESLint needs Prisma-generated client types to resolve imports. Without prisma-generate running first, all Prisma type references produce false-positive errors (3,919 total). Changing the dependency from install to prisma-generate fixes the issue since prisma-generate already depends on install. Fixes #364 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
5.9 KiB
5.9 KiB