fix(orchestrator): add prisma CLI devDependency for prisma:generate #704
Reference in New Issue
Block a user
Delete Branch "fix/ms23-prisma-cli"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fixes build failure: 'prisma: not found' when running orchestrator's prisma:generate script.
PR #703 added the prisma:generate script but the prisma CLI wasn't installed in the orchestrator package. This adds it as a devDependency.