Doc: Update CONTRIBUTING.md (#2543)

Fix instruction to build unit tests.
pull/2549/head
mic704b 2020-02-21 22:52:35 +11:00 committed by GitHub
parent 1f803662d3
commit 2d1aa27955
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -55,8 +55,7 @@ The tests are under CliClient/tests. To get them running, you first need to buil
```sh
npm run tsc # Build the .ts and .tsx files
cd CliClient
npm i
./build.sh
npm install
```
To run all the test units: