Fix build when dist folder doesn't exist (e.g. freshly pulled)
This commit is contained in:
parent
8a5b16ee51
commit
4c2200d205
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
"description": "An HTML5 Mumble client.",
|
||||
"scripts": {
|
||||
"build": "webpack",
|
||||
"prepublish": "rm -r dist && npm run build",
|
||||
"prepublish": "rm -rf dist && npm run build",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"author": "Jonas Herzig <me@johni0702.de>",
|
||||
|
|
Loading…
Reference in a new issue