@elda-joy/common-package-ui
v0.0.3
Published
Common library frontend ui in elda-joy
Downloads
2
Readme
common-package-ui
This is a common library frontend (web-apps / applications).
Developers Guide
- Pull the code.
- Create your branch.
- Make changes.
- Commit your changes to the local branch.
- Add
-SNAPSHOT
to the version in package.json file. - Run command
npm publish
to publish the new version. - Test your changes for the new version.
- Remove
-SNAPSHOT
to the version in package.json file. - Run command
npm version patch
. - Push the changes to the remote branch.
- Get your PR merged.
- Finally, run command
npm publish
.
Creating SNAPSHOT version
- Add
-SNAPSHOT
to the version in package.json file. - Run command
npm publish
to publish the new version.