From 6686e1b1ce2b544bf7d474bd3c7f1130159fedba Mon Sep 17 00:00:00 2001 From: Juri Date: Fri, 24 Mar 2017 09:35:23 +0100 Subject: [PATCH] chore: add test.watch command --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 992e6382..0f7aa16f 100644 --- a/package.json +++ b/package.json @@ -59,6 +59,7 @@ }, "scripts": { "test": "grunt build && grunt karma:unit", + "test.watch": "grunt build && grunt karma:dev", "build": "grunt build", "prepublish": "npm run build", "postpublish": "publish-latest",