Skip to content

Commit c26626e

Browse files
authored
Add Prisma generate step to CI workflow
Add Prisma generate step for API in CI workflow
1 parent 77f99fb commit c26626e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
- name: Install
2828
run: pnpm install --frozen-lockfile=false
2929

30+
- name: Prisma generate (api)
31+
run: pnpm --filter @portal/api prisma:generate
32+
3033
- name: Lint
3134
run: pnpm lint
3235

0 commit comments

Comments
 (0)