Skip to content

Commit

Permalink
ci: Add Prisma setup step in build workflow (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alvalens authored Jan 3, 2025
1 parent 0fb47d0 commit 708e6e4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-capabilities.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,7 @@ jobs:
cache: "pnpm"
- name: Install dependencies
run: pnpm install
- name: Set up Prisma
run: pnpm prisma generate
- name: Build with Next.js
run: pnpm next build

0 comments on commit 708e6e4

Please sign in to comment.