explicitly call install:electron in case electron-builder is silly

(which has hit me once)

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
pull/4012/head
Michael Telatynski 2017-05-30 12:35:57 +01:00
parent 53b7b6cb14
commit 0e96968c4e
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@
"build:compile": "npm run reskindex && babel --source-maps -d lib src",
"build:bundle": "cross-env NODE_ENV=production webpack -p --progress",
"build:bundle:dev": "webpack --optimize-occurence-order --progress",
"build:electron": "npm run clean && npm run build && build -wml --ia32 --x64",
"build:electron": "npm run clean && npm run build && npm run install:electron && build -wml --ia32 --x64",
"build": "npm run reskindex && npm run build:res && npm run build:bundle",
"build:dev": "npm run reskindex && npm run build:res && npm run build:bundle:dev",
"dist": "scripts/package.sh",