Update CONTRIBUTING.md: include make build (#5349) [skip ci]

This commit is contained in:
Alex Kuzmenko 2017-02-21 17:09:31 +02:00 committed by Henry Zhu
parent 2974a82df1
commit b5246994b5

View File

@ -124,6 +124,7 @@ $ TEST_DEBUG=true make test
To test the code coverage, use:
```sh
$ BABEL_ENV=cov make build
$ ./scripts/test-cov.sh
```