From 99569fc68ecfaeb992a733e8c3debaeae080f10a Mon Sep 17 00:00:00 2001 From: Jim Lynch Date: Sun, 12 Jun 2016 12:05:16 -0400 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index cb93682..8cd5926 100644 --- a/README.md +++ b/README.md @@ -105,6 +105,9 @@ npm run dist # Run unit tests npm test +# Auto-run unit tests on file changes +npm run test:watch + # Lint all files in src (also automatically done AFTER tests are run) npm run lint