@sustainhawaii/release-dependency-locally
v1.1.9
Published
Compile, version-bump, push to development branch, update self in dependents listed in package.json.
Downloads
19
Keywords
Readme
release-dependency-locally
Prerequisites:
- symbolic link “~/sustainhawaii-code” to a directory containing all repos in flat hierarchy
- install standard-version globally ( npm i -g standard-version )
- install next-standard-version globally ( npm i -g next-standard-version )
Installation:
- npm i -g @sustainhawaii/release-dependency-locally
Usage:
- In shell, change working directory to an npm module that is a dependency of other projects in the same parent directory.
- Enter "rdl" command.
- It will bump the version, commit, build and publish to npm.
- If it has any dependents, it will make them update this dependency, and then run this script in their directory.