/ngx-openmrs-formentry

This is the new repo for https://github.com/AMPATH/ng2-opemmrs-formentry

Primary LanguageTypeScript

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 ```