To publish all, run the following commands after committing:

```
npm run clean && npm run build
npm run doc:html && npm run doc:publish && npm run version
git push --follow-tags origin master && npm publish
```
