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": {