fix(sdk): avoid unlinking QE library when running "prisma generate"#10507
fix(sdk): avoid unlinking QE library when running "prisma generate"#10507
Conversation
|
Marking as draft for now because some testing is necessary |
janpio
left a comment
There was a problem hiding this comment.
Looks fundamentally good to me.
|
Manual testing ✅ How should we test this automatically? e2e tests? |
|
e2e-tests repo would be the fallback, yes, if we can not do that in the tests here. As it does not need to talk to the database, but really just is about running a few commands in a specific order it does not really fit there either but we should be ok with that. |
Jolg42
left a comment
There was a problem hiding this comment.
That will make some people quite happy :)
|
Oh, this is an intergration branch so I can actually test it on Windows 👍 Let me do that...
|
|
I can confirm this fix works for me: Original reproduction of problem: And then working with this new integration branch: |
prismawhen it is already present.prismaand@prisma/clientif Yarn on Windows is detected, and ask the user to install them manually.Fixes #9184