Added a postinstall script to automatically run prisma generate whenever dependencies are updated. This ensures that the generated Prisma client is always in sync with the schema without requiring manual intervention. I'm gonna do what's called a programmer move.