From 12ba15acf251391e67799572aeeefea6d0efac30 Mon Sep 17 00:00:00 2001 From: William Boman Date: Mon, 26 Oct 2015 02:06:33 +0100 Subject: [PATCH] package.json: add linting to `test` script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 582488fb..d444ac5a 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "scripts": { "start": "node index", "build": "grunt", - "test": "HOME=test/fixtures mocha test/**/*.js", + "test": "HOME=test/fixtures mocha test/**/*.js && npm run lint", "lint": "eslint index.js Gruntfile.js src/ test/ client/ defaults/" }, "keywords": [