Clean on prepublish (#5097)

Otherwise you can make broken releases on case insensitive file
systems
This commit is contained in:
David Baker 2017-09-21 18:06:41 +01:00 committed by Richard van der Hoff
parent 0eefae031f
commit dbd4cf8756

View file

@ -47,7 +47,7 @@
"lint": "eslint src/",
"lintall": "eslint src/ test/",
"clean": "rimraf lib webapp electron_app/dist",
"prepublish": "npm run build:compile",
"prepublish": "npm run clean && npm run build:compile",
"test": "karma start --single-run=true --autoWatch=false --browsers ChromeHeadless",
"test-multi": "karma start"
},