From 2e3451d9da5e8adf872ae228202e78491e14364e Mon Sep 17 00:00:00 2001 From: Michael Bebenita Date: Mon, 30 Oct 2017 16:24:12 -0700 Subject: [PATCH] Automatically rebuild in the background. --- demo/client/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/demo/client/package.json b/demo/client/package.json index b7d04334..d8f50fb2 100644 --- a/demo/client/package.json +++ b/demo/client/package.json @@ -4,6 +4,7 @@ "description": "Demo for Pathfinder 2", "scripts": { "build": "webpack", + "build-watch": "webpack --watch", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Patrick Walton ",