diff --git a/README.md b/README.md index 57dfe06c67..f7f1838c8f 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,8 @@ jake runtests # Run tests using the built compiler and test infrastructu # Use host= or tests=. jake runtests-browser # Runs the tests using the built run.js file. Syntax is jake runtests. Optional parameters 'host=', 'tests=[regex], reporter=[list|spec|json|]'. -jake baseline-accept # This replaces the baseline test results with the results obtained from jake runtests. +jake baseline-accept # This replaces the baseline test results with the results obtained from jake runtests. +jake lint # Runs tslint over the compiler jake -T # List the above commands. ```