Skip to content

Commit

Permalink
CI should check for prisma build as well...
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiyan114 committed Oct 12, 2024
1 parent c97b44a commit c555906
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,6 @@ jobs:

- name: build
run: npm run build --if-present

- name: Prisma
run: npx prisma generate

0 comments on commit c555906

Please sign in to comment.