Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 485 Bytes

DEPLOYMENT.md

File metadata and controls

14 lines (13 loc) · 485 Bytes

Deployment

  1. Update version
  2. Update CHANGELOG.md
  3. Run npm run lint and resolve any warnings
  4. Run npm run test:ci and resolve any failed tests
  5. Run npm run build and resolve any errors
  6. Stage, commit, and push changes to origin next
  7. Authenticate by logging in to npm
    1. Run npm login
    2. Complete the browser login
  8. Run npm publish --dry-run and make sure everything looks ok
  9. Run npm publish --access public
  10. Publish the new release on GitHub