Hi everyone, I deployed my graphql api built with ...
# orm-help
t
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.
Solved this by adding a postinstall script with the prisma generate command there. didn't realise i needed to manually add this in my package.json
💯 1