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 GitOffBy0x01
09/11/2022, 9:19 PMHarshit
09/12/2022, 9:56 AMOfir Cohen
10/07/2022, 4:55 PM