- Code Style.
yarn lint
- Tests.
yarn test
#### Commit subject/message convention
We use semantic-release to handle publishing. It determines the next package version number and the changelog by a strict commit convention.
Format
<type>(<scope>): <subject>
<BLANK LINE>
<body>
<BLANK LINE>
<footer>
See full convention details here.
This is an SGDD library, therefore any changes should be reflected in the style guide. It's pretty hard not to do this without blindly adding code without viewing it in the browser 🙃