We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e890a6 commit f7c8f06Copy full SHA for f7c8f06
package.json
@@ -7,7 +7,7 @@
7
"scripts": {
8
"post-set-shell": "npm config set script-shell bash",
9
"rebuild": "electron-rebuild",
10
- "dev": "electron ./",
+ "dev": "electron --inspect ./",
11
"build": "npm run post-set-shell && electron-builder $(if [ $(uname -m) = arm64 ]; then echo --mac --x64; fi)",
12
"postinstall": "npm run post-set-shell && npm run rebuild"
13
},
0 commit comments