Skip to content

Commit

Permalink
Use new V8 inspector (#641)
Browse files Browse the repository at this point in the history
  • Loading branch information
ffflorian authored and Gregor Herdmann committed May 15, 2017
1 parent 2e01c53 commit c4b3247
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"preinstall": "cd electron && npm install",
"install": "npm run rebuild-native-modules",
"postinstall": "cd electron && npm run rebuild-neon",
"start": "electron electron --debug=5858 --devtools --enable-logging",
"staging": "electron electron --debug=5858 --devtools --enable-logging --env=https://wire-webapp-staging.zinfra.io",
"prod": "electron electron --debug=5858 --devtools --enable-logging --env=https://app.wire.com",
"localhost": "electron electron --debug=5858 --devtools --enable-logging --env=http://localhost:8888",
"start": "electron electron --inspect --devtools --enable-logging",
"staging": "electron electron --inspect --devtools --enable-logging --env=https://wire-webapp-staging.zinfra.io",
"prod": "electron electron --inspect --devtools --enable-logging --env=https://app.wire.com",
"localhost": "electron electron --inspect --devtools --enable-logging --env=http://localhost:8888",
"test": "eslint electron && electron-mocha tests",
"rebuild-native-modules": "electron-rebuild -f -m ./electron/node_modules",
"build:macos": "grunt macos-prod",
Expand Down

0 comments on commit c4b3247

Please sign in to comment.