From 19af6a8f2e18b27a98e0ea6c9bb4e368a032a850 Mon Sep 17 00:00:00 2001 From: Denis Demchenko Date: Sun, 9 Sep 2018 14:01:45 +0300 Subject: [PATCH] Separate eslint check from test command --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5d6cc76..297871c 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "prepublish": "npm run build", "lint": "eslint ./src", "testem": "testem", - "test": "eslint ./src & nyc --reporter=html --reporter=text ava", + "test": "nyc --reporter=html --reporter=text ava", "coverage": "nyc report --reporter=text-lcov | coveralls", "docs": "jsdoc -c jsdoc.json" },