I have a project that is being tested, it is a monorepo, for the db I use prisma, in package.json I have the scripts that I should, but in the build it says the following msg

This "postinstall" is the script I mentioned, it even comes from Prisma's own documentation being used with NextJS

Because of this the build fails, even though I need it to work, because without it I have no DB
Please, help me!!!!
I don't want to leave Vercel, but it's getting difficult, my roadmap is tight
Thanks.

