-
Notifications
You must be signed in to change notification settings - Fork 5
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
Executing yarn scripts as part of build
fails
#7
Comments
I have already tried copying
but this doesn't seem to change anything |
Yes this is unsupported for now, but you can run |
Thanks for the information, I am trying to get https://github.com/prisma/prisma/ to work inside yarnpnp2nix. To be precise, |
I have solved this differently now, I'm generating the prisma client in a separate derivation without yarn / yarnpnp2nix:
and in the package importing the generated prisma client, I am symlinking the result to the expected location (
|
When using
yarn
inside a build script, e.g.The following error occurs:
The text was updated successfully, but these errors were encountered: