Skip to content

Commit a9fa8ed

Browse files
Merge pull request microsoft#4009 from weswigham/patch-3
Add `jake lint` to README
2 parents 68f84af + 7cd7ae7 commit a9fa8ed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ jake runtests # Run tests using the built compiler and test infrastructu
6363
# Use host=<hostName> or tests=<testPath>.
6464
jake runtests-browser # Runs the tests using the built run.js file. Syntax is jake runtests. Optional
6565
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.
66+
jake baseline-accept # This replaces the baseline test results with the results obtained from jake runtests.
67+
jake lint # Runs tslint on the TypeScript source
6768
jake -T # List the above commands.
6869
```
6970

0 commit comments

Comments
 (0)