2.12.4-SNAPSHOT • Published 4 years ago

ngx-openmrs-formentry-dennis v2.12.4-SNAPSHOT

Weekly downloads
-
License
-
Repository
-
Last release
4 years ago

Build Status

NgxOpenmrsFormentry

This project was generated with Angular CLI version 6.0.3.

Build the library by running

npm run build:lib

The run the demo with

npm start

To publish

Update the version in all the package.jsons

git add -f dist

git commit -m 'Bump <Version>'

git tag <Version> Reset branch so you don't commit the dist to the src repository

git reset HEAD~1 --hard``git checkout npm login npm publish `