Issue with releasing pnpm sub project #758
Unanswered
mtahir-cloudkitect
asked this question in
Q&A
Replies: 1 comment 5 replies
-
|
Hi, I would strongly advise against using the Now in terms of your issue, can you not just perform a |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am creating a monorepo project which will have multiple typescript based sub projects. However when it tries to run the release pipeline on GitHub it successfully runs the 'release_github' job but fails on 'release_npm' job and throws the following error.
I can see that the only place I have pnpm-lock file is at the root level, however it is looking for the lock file in a subproject. So I am thinking of two solutions.
I was trying to use second solution but I could not find a way to update those setting in the release_sub-project.yml through .projenrc file. Anyone else ran into similar issue? Any help will be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions