diff --git a/package.json b/package.json index ae86256..1ec4e66 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,7 @@ "description": "An HTML5 Mumble client.", "scripts": { "build": "webpack && [ -f dist/config.local.js ] || cp app/config.local.js dist/", + "watch": "webpack --watch", "prepare": "rm -rf dist && npm run build", "test": "echo \"Error: no test specified\" && exit 1", "postinstall": "patch-package"