From f3f2fea3dd432eb3dbaf6521d360f6173cc2ab97 Mon Sep 17 00:00:00 2001 From: Eric Rosenbaum Date: Tue, 18 Oct 2016 12:50:22 -0400 Subject: [PATCH] add watch command --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 0253c11c6..1e5e5eaa9 100644 --- a/package.json +++ b/package.json @@ -15,6 +15,7 @@ "start": "webpack-dev-server", "build": "webpack --colors --progress", "test": "make test", + "watch": "webpack --colors --progress --watch", "version": "./node_modules/.bin/json -f package.json -I -e \"this.repository.sha = '$(git log -n1 --pretty=format:%H)'\"" }, "devDependencies": {