"publish" publishes "src" instead of building? #21560
cpierceworld
started this conversation in
General
Replies: 1 comment
-
I see a Issue was opened for this: #21855 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have an Angular project with some "publishable" libraries.
When I publish them (via either "nx release" or via "nx run my-library:nx-release-publish") the resulting npm package is the source code "i.e. the "my-library/src/" folder.
I'm expecting it to do a "build" and publish the build results. Is that not how it's supposed to work? Are there options to make it work like that?
Beta Was this translation helpful? Give feedback.
All reactions