aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
author0neGal <mail@0negal.com>2021-12-28 13:18:04 +0100
committer0neGal <mail@0negal.com>2021-12-28 13:18:04 +0100
commit78add7218f28c0391cb4415b119d29b7e210b07c (patch)
tree771b9b1eaf9121ed1eb232ff1a49646e51392e0a /package.json
parent69cb991c086cd2740c2c7f8ad7546c531ed77eb9 (diff)
downloadViper-78add7218f28c0391cb4415b119d29b7e210b07c.tar.gz
Viper-78add7218f28c0391cb4415b119d29b7e210b07c.zip
added debug npm script
So you don't have to run "npx electron src/index.js --debug" every time manually...
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index 522a4a5..d730940 100644
--- a/package.json
+++ b/package.json
@@ -7,6 +7,7 @@
"build": {"appId": "com.0negal.viper"},
"scripts": {
"start": "npx electron src/index.js",
+ "debug": "npx electron src/index.js --debug",
"build": "npx electron-builder --win nsis --linux appimage"
},
"repository": {