From d6242241da07aecb10ce3f02c78de0f74c86792b Mon Sep 17 00:00:00 2001 From: CJ Patoilo Date: Sun, 11 Sep 2016 02:08:27 -0300 Subject: [PATCH] Added code linter in the test command --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 361450a..9abf4fe 100644 --- a/package.json +++ b/package.json @@ -70,6 +70,6 @@ "start": "run-p watch serve", "reference": "cd node_modules/backstopjs && npm run reference -- --configPath=../../test/visual/backstop.config.js && cd ../../", "compare": "cd node_modules/backstopjs && npm run test -- --configPath=../../test/visual/backstop.config.js && cd ../../", - "test": "run-p serve compare" + "test": "npm run lint" } }