change electron -> electron_app which was previously missed

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
pull/4212/head
Michael Telatynski 2017-06-06 18:39:54 +01:00
parent 4cec4f066d
commit 79d6ced201
No known key found for this signature in database
GPG Key ID: 004D8FB8D4A7B783
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@
"start:prod": "parallelshell \"npm run reskindex:watch\" \"npm run start:res\" \"npm run start:js:prod\"",
"lint": "eslint src/",
"lintall": "eslint src/ test/",
"clean": "rimraf lib webapp electron/dist",
"clean": "rimraf lib webapp electron_app/dist",
"prepublish": "npm run build:compile",
"test": "karma start --single-run=true --autoWatch=false --browsers PhantomJS --colors=false",
"test-multi": "karma start"