To officially support @nx g @nrwl/node:lib my-node-utils --publishable
We can already generate node library via schematic, although it's not documented (inherited from @nrwl/workspace
I assume):
Currently I can generate node library via @nx g @nrwl/node:lib my-node-utils
,
which is missing build
builder. I can add it on my own ofc, but it would be much better to add --publishable
functionality.
nx report
at the root of your workspace and copy the results here if you are using Nx 8.6.1 or greater_): 8.9.0
We should be able to build pure script publishable libraries too.. should be in the "@nrwl/workspace" library schematics too
Most helpful comment
We should be able to build pure script publishable libraries too.. should be in the "@nrwl/workspace" library schematics too