Limit Prisma generation in CI
This commit is contained in:
parent
4ec0683f88
commit
8e299915a8
5 changed files with 12 additions and 7 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue