Skip to content

Commit f7c8f06

Browse files
committed
Add inspector on dev
1 parent 4e890a6 commit f7c8f06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"scripts": {
88
"post-set-shell": "npm config set script-shell bash",
99
"rebuild": "electron-rebuild",
10-
"dev": "electron ./",
10+
"dev": "electron --inspect ./",
1111
"build": "npm run post-set-shell && electron-builder $(if [ $(uname -m) = arm64 ]; then echo --mac --x64; fi)",
1212
"postinstall": "npm run post-set-shell && npm run rebuild"
1313
},

0 commit comments

Comments
 (0)