Skip to content

Commit cafeef9

Browse files
committed
fix build
1 parent 8c45a0e commit cafeef9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Lint
2727
run: yarn lint
2828
- name: Build
29-
run: yarn prisma generate && yarn build
29+
run: yarn build
3030
docker-image:
3131
if: ${{ !contains(github.ref, 'heads/dependabot') }}
3232
needs:

0 commit comments

Comments
 (0)