Update CONTRIBUTING.md
This commit is contained in:
parent
71b06d0194
commit
c048b97ed3
|
@ -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).
|
||||||
|
|
Loading…
Reference in New Issue