From 26120e0372ca16c69158311447fcf8df49b2f861 Mon Sep 17 00:00:00 2001 From: Xabier de Zuazo Date: Sun, 16 Nov 2014 14:25:07 +0100 Subject: [PATCH] package.json: run jshint with tests --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dc9632e..a2e6ceb 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "bugs": "https://github.com/onddo/node-jmx/issues", "main": "index.js", "scripts": { - "test": "make test" + "test": "make style test" }, "repository": { "type": "git",