CI failed with "@prisma/client did not initialize yet" — pnpm install never ran `prisma generate`, and `prisma migrate deploy` (unlike `migrate dev`) doesn't do it either. Worked locally only because prior `prisma migrate dev` runs had already generated the client as a side effect. Adding a postinstall script fixes it for CI and for anyone cloning the repo fresh and running plain `pnpm install`. |
||
|---|---|---|
| .. | ||
| features | ||
| prisma | ||
| src | ||
| test | ||
| test-support | ||
| .env.example | ||
| .mocharc.json | ||
| cucumber.cjs | ||
| package.json | ||
| tsconfig.json | ||