fix ci
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2025-12-04 21:21:25 +08:00
parent 4a4ae6fb6a
commit 4b6a4735ee
2 changed files with 2 additions and 3 deletions

View File

@@ -40,7 +40,7 @@ ENV NEXT_TELEMETRY_DISABLED=1
# else echo "Lockfile not found." && exit 1; \
# fi
RUN DATABASE_URL=postgresql://fake:fake@fake:5432/fake npx prisma generate
RUN DATABASE_URL=postgresql://fake:fake@fake:5432/fake npx prisma@7 generate
RUN \
if [ -f pnpm-lock.yaml ]; then corepack enable pnpm && pnpm run build; \