Skip to content

Commit

Permalink
🔨 Add dev script
Browse files Browse the repository at this point in the history
  • Loading branch information
lmachens committed Nov 25, 2021
1 parent f859a10 commit 585d9e4
Show file tree
Hide file tree
Showing 2 changed files with 221 additions and 2 deletions.
219 changes: 218 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"author": "Leon Machens",
"license": "MIT",
"scripts": {
"dev": "electronmon .",
"start": "electron-forge start",
"package": "electron-forge package",
"make": "electron-forge make"
Expand All @@ -16,7 +17,8 @@
"@electron-forge/maker-rpm": "^6.0.0-beta.61",
"@electron-forge/maker-squirrel": "^6.0.0-beta.61",
"@electron-forge/maker-zip": "^6.0.0-beta.61",
"electron": "^16.0.1"
"electron": "^16.0.1",
"electronmon": "^2.0.2"
},
"dependencies": {
"electron-squirrel-startup": "^1.0.0"
Expand Down

0 comments on commit 585d9e4

Please sign in to comment.