Skip to content

Commit a95d220

Browse files
committed
build changes
1 parent d4e6c05 commit a95d220

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ matrix:
33
- os: osx
44
osx_image: xcode9.2
55
language: node_js
6-
node_js: "9"
6+
node_js: "8"
77
env:
88
- ELECTRON_CACHE=$HOME/.cache/electron
99
- ELECTRON_BUILDER_CACHE=$HOME/.cache/electron-builder
1010
- ELECTRON_BUILDER_ALLOW_UNRESOLVED_DEPENDENCIES=true
1111

1212
- os: linux
1313
language: node_js
14-
node_js: "9"
14+
node_js: "8"
1515

1616
before_install:
1717
- if [ $TRAVIS_OS_NAME = linux ]; then sudo apt-get install libdbus-1-dev -y; fi

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"start": "npm-run-all --parallel watch electron:dev:linux",
88
"electron:dev:linux": "webpack --progress --colors --env.LINUX=true --config=webpack.config.electron.js && electron ./bundle.electron.js",
99
"electron:dev": "webpack --progress --colors --config=webpack.config.electron.js && electron ./bundle.electron.js",
10-
"electron:prod:linux": "npm run build:electron:linux && cp index.prod.html dist && electron ./dist/bundle.electron.js",
10+
"electron:prod:linux": "npm run build:electron:linux && electron ./dist/bundle.electron.js",
1111
"electron:prod": "npm run build:electron && electron ./dist/bundle.electron.js",
1212
"watch": "webpack-dev-server --inline --progress --env=dev",
1313
"build:dist": "webpack --progress --colors --env=prod && cp loader.css dist",

0 commit comments

Comments
 (0)