Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 311 Bytes

File metadata and controls

14 lines (12 loc) · 311 Bytes

Deploy checklist

  • npm test
  • npm run build
  • If any changes, commit built file separately
  • Bump version of bower.json
  • Bump version of package.json
  • git add bower.json package.json
  • git commit -m "Version 0.0.0"
  • git tag -m "0.0.0" 0.0.0
  • git push
  • git push --tags
  • npm publish