From 99a9f2a215a07447080417cd5d2824a12b900e78 Mon Sep 17 00:00:00 2001 From: CJ Patoilo Date: Sun, 11 Sep 2016 02:19:48 -0300 Subject: [PATCH] Test task updated --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 361450a..1e8cbce 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 build" } }