Skip to content

Commit

Permalink
chore(github/workflows/main): generate prisma types before build
Browse files Browse the repository at this point in the history
  • Loading branch information
Mnigos committed Oct 3, 2024
1 parent cad7e57 commit 75f554e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@ jobs:
- name: Setup 👨🏻‍💻
uses: ./.github/actions/setup

- name: Generate Prisma types 📝
run: pnpm run prisma:generate
env:
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
TURBO_TEAM: ${{ vars.TURBO_TEAM }}
DATABASE_URL: ${{ secrets.DATABASE_URL }}

- name: Build Application 🧱
run: pnpm run build
env:
Expand Down

0 comments on commit 75f554e

Please sign in to comment.