Update CONTRIBUTING.md

This commit is contained in:
Luke Tomlinson
2022-06-20 13:48:36 -04:00
committed by GitHub
parent 71b06d0194
commit c048b97ed3

View File

@@ -46,6 +46,13 @@ Build, lint, package and test everything.
$ npm run all $ npm run all
``` ```
IMPORTANT:
Be sure to commit the result of
```bash
$ npm run pack
```
and commit the result. Otherwise PR checks will fail
# Release # Release
Based on [standard-version](https://github.com/conventional-changelog/standard-version). Based on [standard-version](https://github.com/conventional-changelog/standard-version).