Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 312 Bytes

devdocs.md

File metadata and controls

9 lines (8 loc) · 312 Bytes

How to publish on npm

  • Update the version in projects/plotly/package.json
  • Update the CHANGELOG.md
  • ng test --codeCoverage=true --progress=true --watch=false
  • cp README.md angular-plotly.png projects/plotly
  • ng build plotly --prod
  • npm publish dist/plotly
  • git tag -a <version> -m <version>