@hlf-fe/pulmo-ui
v1.5.12
Published
1. In the root directory of the component library, run:
Readme
Link the library to a local project
- In the root directory of the component library, run:
npm link- In your project's root (the consumer of the library), run:
npm link @hlf-fe/pulmo-ui- Verify the link in your consumer project's root:
npm ls @hlf-fe/pulmo-ui
output: @hlf-fe/[email protected] -> /local/path/to/lib
Publish a new release of the library on NPM
Create a branch named release/xxx and change the version in package.json, commit changes.
Login to npmjs.com, run
npm login- In the root directory of the component library, run:
npm run release:npm