Generate Prisma clients in profile builds

This commit is contained in:
2026-07-25 07:28:54 +00:00
parent dbd869f0ed
commit f9ca027aa3
3 changed files with 12 additions and 9 deletions
@@ -103,6 +103,7 @@ describe('buildWorkspaceCommands', () => {
expect(commands.map(({ args }) => args)).toEqual([
['install'],
['--filter', '@sammo-ts/common', 'build'],
['--filter', '@sammo-ts/infra', 'prisma:generate'],
['--filter', '@sammo-ts/infra', 'build'],
['--filter', '@sammo-ts/logic', 'build'],
['--filter', '@sammo-ts/game-api', 'build'],