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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -46,6 +46,13 @@ Build, lint, package and test everything.
$ 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
Based on [standard-version](https://github.com/conventional-changelog/standard-version).