Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 781 Bytes

File metadata and controls

17 lines (14 loc) · 781 Bytes

NWB Lerna Travis Semantic Release

Build Status Coverage Status

  • Travis needs the details:
    • NPM_CONFIG_EMAIL
    • NPM_CONFIG_USERNAME
    • NPM_TOKEN
    • GH_TOKEN
    • RELEASE_GH_TOKEN
    • RELEASE_GH_USERNAME
  • Pre-publish each package npm publish --access public
    • lerna exec -- npm publish --access public ?
  • Don't forget coveralls
  • Use the travis as examples, quite annoying really.