From fef78ddbb89cd73be27472b5e8714e6b0ba4fdd3 Mon Sep 17 00:00:00 2001 From: Jeroen Engels Date: Wed, 26 Jun 2019 12:32:58 +0200 Subject: [PATCH] Add watch command in package.json --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index c715e7d6..86c04432 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,8 @@ "test": "tests" }, "scripts": { - "test": "elm-test" + "test": "elm-test", + "test:watch": "npm run test -s -- --watch" }, "repository": { "type": "git",