We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab71382 commit a16920bCopy full SHA for a16920b
README.md
@@ -64,7 +64,7 @@ jake runtests # Run tests using the built compiler and test infrastructu
64
jake runtests-browser # Runs the tests using the built run.js file. Syntax is jake runtests. Optional
65
parameters 'host=', 'tests=[regex], reporter=[list|spec|json|<more>]'.
66
jake baseline-accept # This replaces the baseline test results with the results obtained from jake runtests.
67
-jake lint # Runs tslint over the compiler
+jake lint # Runs tslint over the TypeScript source code
68
jake -T # List the above commands.
69
```
70
0 commit comments