Hi everyone, I deployed my graphql api built with graphql yoga to now(Vercel) but i'm getting a prisma error informing me prisma generate did not initalize yet in my functions log, can anyone help me out here please.
I thought the prisma generate command was supposed to run as a postintall hook when the packages get installed or built but this isn't the case.