Merge pull request #83 from Fab1en/features/fabien/dev
[dev] Add npm run watch command for development
This commit is contained in:
commit
ccdf93f619
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue