diff --git a/package.json b/package.json
index 2929428b77e747cad6fe8a0cb1d2c79b3bcec8e3..d2c9fd41e2ac30c6b2dfce6cc19b71e2dd35996d 100644
--- a/package.json
+++ b/package.json
@@ -5,10 +5,13 @@
   "bin": "./app/index.js",
   "main": "app/index.js",
   "scripts": {
+    "eslint": "eslint app",
+    "eslint-fix": "eslint app --fix",
+    "istanbul": "istanbul cover _mocha test",
     "lint": "eslint app",
-    "lint-fix": "eslint app --fix",
+    "mocha": "mocha test",
     "start": "node app",
-    "test": "istanbul cover _mocha test"
+    "test": "npm run lint && npm run istanbul"
   },
   "repository": {
     "type": "git",