Files
stack/apps/orchestrator/package.json
Jason Woltje 06e135a941
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
fix(orchestrator): use symlink path in prisma:generate script
PR #707 added the symlink apps/orchestrator/prisma/schema.prisma but
accidentally reverted the script back to ../api/prisma/schema.prisma.

Docker does not have apps/api/prisma/ — the symlink IS the schema.
Change script to ./prisma/schema.prisma so both CI (symlink resolved)
and Docker (symlink followed by kaniko COPY) work correctly.
2026-03-07 10:31:41 -06:00

1.7 KiB