UNPKG

156 BMarkdownView Raw
1# Development
2
3Edit source, run unit tests, run end to end tests and release
4new version commands:
5
6```sh
7npm test
8npm run e2e
9grunt release
10npm publish
11```
\No newline at end of file