Skip to content

Commit

Permalink
update build command
Browse files Browse the repository at this point in the history
  • Loading branch information
Vyshnav001 committed Oct 22, 2024
1 parent c4d21b3 commit 84dbd2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
RESEND_API_KEY: ${{ secrets.RESEND_API_KEY }}

- name: Build project
run: npx prisma generate && npx prisma migrate deploy && next build
run: npx prisma generate && npx prisma migrate deploy && npm build
env:
GOOGLE_ID: ${{ secrets.GOOGLE_ID }}
GOOGLE_SECRET: ${{ secrets.GOOGLE_SECRET }}
Expand Down

0 comments on commit 84dbd2d

Please sign in to comment.