Skip to content

Commit 98021d8

Browse files
committed
fix: remove Prisma Client generation step from CI workflow
1 parent 6c9263e commit 98021d8

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,6 @@ jobs:
3535
- name: Install dependencies
3636
run: npm ci
3737

38-
- name: Generate Prisma Client
39-
run: npm run db:generate
40-
4138
- name: Lint
4239
run: npm run lint
4340

0 commit comments

Comments
 (0)