perf: no need to run prisma generate again

This commit is contained in:
Clansty 2022-03-04 20:02:53 +08:00
parent 4a55797bad
commit d3e266d80f
No known key found for this signature in database
GPG Key ID: 05F8479BA63A8E92
1 changed files with 0 additions and 1 deletions

View File

@ -14,7 +14,6 @@ COPY prisma/ ./prisma/
RUN apk add --no-cache --virtual .build-deps alpine-sdk python3 &&\
yarn install &&\
yarn prisma generate &&\
apk del .build-deps
COPY build/ ./build/