batchCooking/apps/api
Nicolas fb9ef5b6c1 Fix CI: generate Prisma Client via postinstall
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`.
2026-08-16 13:14:02 +02:00
..
features Add signup/login (profile creation + JWT auth) 2026-08-16 13:06:31 +02:00
prisma Add signup/login (profile creation + JWT auth) 2026-08-16 13:06:31 +02:00
src Add signup/login (profile creation + JWT auth) 2026-08-16 13:06:31 +02:00
test Add signup/login (profile creation + JWT auth) 2026-08-16 13:06:31 +02:00
test-support Add signup/login (profile creation + JWT auth) 2026-08-16 13:06:31 +02:00
.env.example Add signup/login (profile creation + JWT auth) 2026-08-16 13:06:31 +02:00
.mocharc.json Add signup/login (profile creation + JWT auth) 2026-08-16 13:06:31 +02:00
cucumber.cjs Add Cucumber for readable BDD-style integration tests (apps/api) (#2) 2026-08-16 11:11:38 +02:00
package.json Fix CI: generate Prisma Client via postinstall 2026-08-16 13:14:02 +02:00
tsconfig.json Scaffold generic pnpm monorepo (api + web + shared) (#1) 2026-08-16 10:55:13 +02:00