Skip to content

Commit

Permalink
use prebuilt native dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gniezen committed Nov 6, 2017
1 parent 000ed8f commit 12b4f9c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"build-quiet": "npm run build-main-quiet && npm run build-renderer-quiet",
"start": "cross-env NODE_ENV=production electron ./app/",
"start-hot": "cross-env HOT=1 NODE_ENV=development electron -r babel-register -r babel-polyfill ./app/main.development",
"postinstall": "concurrently \"electron-builder install-app-deps\" \"node node_modules/fbjs-scripts/node/check-dev-engines.js package.json\" && electron-rebuild --force --module-dir app",
"postinstall": "concurrently \"electron-builder install-app-deps\" \"node node_modules/fbjs-scripts/node/check-dev-engines.js package.json\"",
"dev": "npm run hot-server -- --start-hot",
"prepare-qa-build": "node -r babel-register scripts/prepare-qa-build.js",
"package": "npm run build-quiet && electron-builder -p always",
Expand Down Expand Up @@ -187,7 +187,6 @@
"electron-builder": "19.40.0",
"electron-devtools-installer": "2.2.1",
"electron-mocha": "4.0.3",
"electron-rebuild": "1.6.0",
"electron-updater": "2.15.0",
"enzyme": "3.1.0",
"eslint": "4.9.0",
Expand Down

0 comments on commit 12b4f9c

Please sign in to comment.