Merge pull request #83 from Fab1en/features/fabien/dev

[dev] Add npm run watch command for development
This commit is contained in:
Jonas Herzig 2020-04-12 11:32:08 +02:00 committed by GitHub
commit ccdf93f619
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"