UNPKG

529 BMarkdownView Raw
1RELEASING
2============
3
4## NPM package
5
6This library uses [semantic-release](https://github.com/semantic-release/semantic-release)
7to fully automate publishing library updates to npm.
8
9All you need to do is ensure you follow the [contributing](CONTRIBUTING.md) guidelines.
10
11## Documentation
12
13To publish updates to the library documentation site:
14
151. `npm run doc`
16 * this will re-generate the api-Docs
172. `npm run doc-deploy`
18 * this will prublish the content of demo-site directory from this repo into the gh-pages branch
\No newline at end of file