Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 323 Bytes

CHECKLISTS.md

File metadata and controls

16 lines (14 loc) · 323 Bytes

Deploy

  • nvm use
  • npm i
  • 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