in the Cal.com monorepo the Prisma schema lives in the @calcom/prisma workspace (e.g. packages/prisma/schema.prisma), not at repo-root prisma/schema.prisma. running npx prisma generate --schema=./prisma/schema.prisma from the repo root will not work because the file doesn’t exist there.