fix: prisma generate in CI en expliciete types in map/filter callbacks
This commit is contained in:
parent
7dfc389be4
commit
567e91493e
4 changed files with 12 additions and 9 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
|
@ -24,6 +24,9 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: npm ci
|
||||
|
||||
- name: Generate Prisma client
|
||||
run: npx prisma generate
|
||||
|
||||
- name: Lint
|
||||
run: npm run lint
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue