Ofir Cohen
09/09/2022, 8:55 PMnpx prisma generate to Git, or should I run this command as part of my prestart step in npm?
Context: I am deploying my web app in an air-gapped system and the npx prisma generate tried to fetch some files from an online URL and failed miserably. Now I’m debating between:
1. Runing npx prisma generate as part of the Docker build - to online fetch the auto-generated files
2. Checking-in the prisma client to GitHarshit
09/12/2022, 10:12 AM