Update README.md

This commit is contained in:
Jim Lynch 2016-06-12 12:05:16 -04:00 committed by GitHub
parent 663a49369b
commit 99569fc68e

View File

@ -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