Version and Publish with Angular Workspaces #3959
Unanswered
oliveirarafa
asked this question in
Q&A
Replies: 1 comment 2 replies
-
|
Currently facing the same issue following Stencils official documentation. The question would be better suited there as it pertains to their documentation but I will add a bit more context with the hopes someone stumbles about this thread with an answer. The project, managed by Lerna, is structured as below: The core package is public and is a dependency for the component-library defined in the Angular workspace. The workspace is a private package; however, the component-library is public. We would like to version and publish the component-library, not the workspace. |
Beta Was this translation helpful? Give feedback.
2 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.
-
Guys, I have a monorepo with a stencilJS, react, vue and angular libraries. But following the angular guidelines I had to create an angular workspace, then place my angular library inside the projects folder.
No problem there, I can build the libraries fine (all depends on the stenciljs lib). But when I need to change the versions and publish, I'm stuck. If I use the
lerna versionandlerna publish(both with the correct params) I get the following problems:What I might be doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions