Skip to content

Commit 4d502e9

Browse files
committed
chore: fix ci skipping prisma generation
grr postinstall scripts grrrrrrr
1 parent fd11434 commit 4d502e9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,8 @@ jobs:
3737
- name: Install dependencies
3838
run: pnpm install --frozen-lockfile
3939

40+
- name: Run prisma postinstall
41+
run: pnpm prisma generate
42+
4043
- name: Run TypeScript compiler
4144
run: node --run typecheck

0 commit comments

Comments
 (0)