Limit Prisma generation in CI

This commit is contained in:
Janpeter Visser 2026-04-25 17:17:35 +02:00
parent 4ec0683f88
commit 8e299915a8
5 changed files with 12 additions and 7 deletions

View file

@ -25,7 +25,7 @@ jobs:
run: npm ci
- name: Generate Prisma client
run: npx prisma generate
run: npx prisma generate --generator client
- name: Lint
run: npm run lint