Merge remote-tracking branch 'origin/develop' into develop

pull/5269/head
Weblate 2017-09-21 17:06:45 +00:00
commit 4f8660870a
1 changed files with 1 additions and 1 deletions

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"
},