Merge pull request #4009 from weswigham/patch-3

Add `jake lint` to README
This commit is contained in:
Daniel Rosenwasser
2015-07-23 16:27:40 -07:00
+2 -1
View File
@@ -63,7 +63,8 @@ jake runtests # Run tests using the built compiler and test infrastructu
# Use host=<hostName> or tests=<testPath>.
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|<more>]'.
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 on the TypeScript source
jake -T # List the above commands.
```