npx prisma generate . typedSql . any and everything breaks. After around 50 retries of running generate command, the PrismaClient was generated correctly...generated folder or run --sql command in the pipeline? My workflow will spin-up postgres to execute int test. So when I use "build": "npx prisma generate && tsc -p . && tscp" the first error is dispalyed in the logs. If I try "build": "npx prisma generate && npx prisma generate --sql && tsc -p . && tscp" , I get the error saying that the database is not running on localhost..