Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 450 Bytes

PUBLISHING.md

File metadata and controls

23 lines (16 loc) · 450 Bytes

publishing pay-theory-ui

Steps for publishing this library

npm run prepare-commit
  • builds the project, formats the code and runs eslint
git add . && git commit -m 'preparing to publish'
  • add changes and commit code (please make a meaningful message)
npm run deploy-{environment}
  • run unit tests and submit coverage to codacy
  • increment version number and push code to github
  • publish to npm