"prisma-client" CI Best Practices
I'm looking at migrating to the "prisma-client" instead of "prisma-client-js" but I'm curious what the thoughts on CI best practice for this are.
Before I was grabbing the @prisma/client and putting it into an artifact for differnt steps to retreive. That was a 60MB file. The new generated client is 130MB.
Before I was grabbing the @prisma/client and putting it into an artifact for differnt steps to retreive. That was a 60MB file. The new generated client is 130MB.