Skip to content

Commit b71086e

Browse files
committed
fix(ci): run prisma generate to fix implicit any TS errors
1 parent 5cc2628 commit b71086e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/openapi.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
- name: Build packages
2828
run: pnpm --filter "./packages/**" run build
2929

30+
- name: Generate Prisma Client
31+
run: pnpm --filter access-api run prisma:generate
32+
3033
- name: Generate OpenAPI spec
3134
run: pnpm --filter access-api run openapi:generate
3235

0 commit comments

Comments
 (0)