@mikechabot/nx-publishable
v0.1.0
Published
This project was generated using [Nx](https://nx.dev).
Downloads
6
Readme
NxLib
This project was generated using Nx.
This assumes you have nx
installed globally
Run container application
npm install
nx serve test-app
- Navigate to http://localhost:4200/
Build and publish
nx build nx-publishable --withDeps --skip-nx-cache
cd ./dist/libs/nx-publishable
- Remove
nx-buildable
from generatedpackage.json
. (This is a bug with nx, the buildable is already included in the bundle). npm publish