From 2d1aa27955ab8c00de4ed2bfa0658d4449cdbf0a Mon Sep 17 00:00:00 2001 From: mic704b Date: Fri, 21 Feb 2020 22:52:35 +1100 Subject: [PATCH] Doc: Update CONTRIBUTING.md (#2543) Fix instruction to build unit tests. --- CONTRIBUTING.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 498a1625d..57c1775a8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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: