lh-npm-packages
v1.0.0
Published
lh-npm-packages
Downloads
3
Readme
lh-npm-packages
How to release new npm package
Run this command on your laptop. It will update version of the component and trigger a tagged build and deploy the tagged component.
./bin/release.sh
# Usage: release.sh <path-to-package> <major|minor|patch>
e.g. smx-axios v1.0.0 was released via the following command
./bin/release.sh packages/lh-types/ major