From 920d06a54ac70b48ab6f47e5a7460b8ad2bf14bd Mon Sep 17 00:00:00 2001 From: Homa Wong Date: Fri, 25 Mar 2016 19:43:03 -0700 Subject: [PATCH] Add lint cmd --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0e23e0c..18f2920 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ * [x] watch: Build typings for testing automatically * [x] test: Run tests * [ ] source-test: Run tests copied form source + * [ ] lint: Run tslint * [x] test-all: Run both `test` and `source-test` * [x] tdd: Watch both typings and tests, and run `build` and `test` when changed * [x] tdd-all: Watch both typings and tests, and run `build`, `test-all` when changed