Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
tsmbl committed Apr 21, 2024
1 parent 8c45a0e commit cafeef9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Lint
run: yarn lint
- name: Build
run: yarn prisma generate && yarn build
run: yarn build
docker-image:
if: ${{ !contains(github.ref, 'heads/dependabot') }}
needs:
Expand Down

0 comments on commit cafeef9

Please sign in to comment.