We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c45a0e commit cafeef9Copy full SHA for cafeef9
.github/workflows/main.yaml
@@ -26,7 +26,7 @@ jobs:
26
- name: Lint
27
run: yarn lint
28
- name: Build
29
- run: yarn prisma generate && yarn build
+ run: yarn build
30
docker-image:
31
if: ${{ !contains(github.ref, 'heads/dependabot') }}
32
needs:
0 commit comments