Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BOW-34] Move Prisma client to separate helper package #9

Conversation

markspolakovs
Copy link
Member

No description provided.

@linear
Copy link

linear bot commented Aug 6, 2023

BOW-34 CI flake caused by addition of `postinstall` Prisma generation

Happens very often, and is usually fixed by rerunning the failed jobs. Probable cause is the Prisma client getting cached in node_modules, and a subsequent cache tripping up on it.

Likely fix is the same that was mooted in BOW-29, which is to move the Prisma client generation (and Zod types) to a separate package that all the others depend on (similar to https://github.com/calcom/cal.com/tree/main/packages/prisma).

@markspolakovs markspolakovs merged commit 9eb59eb into main Aug 6, 2023
10 checks passed
@markspolakovs markspolakovs deleted the bow-34-ci-flake-caused-by-addition-of-postinstall-prisma-generation branch August 6, 2023 19:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant