From 0591ec024f738625ac15cc84409b3997821deade Mon Sep 17 00:00:00 2001 From: Jordan Eldredge Date: Thu, 12 Apr 2018 06:29:03 -0700 Subject: [PATCH] Add note about how to run tests/lint --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 75f309cb..0999b39f 100755 --- a/README.md +++ b/README.md @@ -31,6 +31,9 @@ See the [usage documentation](./docs/usage.md) for more information. Open `http://localhost:8080/webpack-dev-server/` in your browser. + # Run tests and lint checks + npm test + ## Building npm install