diff options
author | 0neGal <mail@0negal.com> | 2021-12-28 13:18:04 +0100 |
---|---|---|
committer | 0neGal <mail@0negal.com> | 2021-12-28 13:18:04 +0100 |
commit | 78add7218f28c0391cb4415b119d29b7e210b07c (patch) | |
tree | 771b9b1eaf9121ed1eb232ff1a49646e51392e0a /package.json | |
parent | 69cb991c086cd2740c2c7f8ad7546c531ed77eb9 (diff) | |
download | Viper-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.json | 1 |
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": { |