From 8fd461ef317729a089eccb74dba6c5ac816271a5 Mon Sep 17 00:00:00 2001 From: johnjbarton Date: Fri, 14 Apr 2017 08:03:16 -0700 Subject: [PATCH] Remove obsolete compile instructions. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 2d7acbd6..01a76e3a 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,6 @@ You can customize the output of the reporter yourself: [see how](docs/customize- # Developement * install dependencies: `npm install` -* compile sources: `npm run tsc` * launch unit tests: `npm test` * launch integration tests: `npm test:integration`