Skip to content

Commit

Permalink
feat(initializer): template package.json now includes package and mak…
Browse files Browse the repository at this point in the history
…e scripts
  • Loading branch information
MarshallOfSound authored and malept committed Jan 10, 2017
1 parent cb01d40 commit 272d9b1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tmpl/package.json
Expand Up @@ -5,7 +5,9 @@
"description": "My Electron application description",
"main": "src/index.js",
"scripts": {
"start": "electron-forge start"
"start": "electron-forge start",
"package": "electron-forge package",
"make": "electron-forge make"
},
"keywords": [],
"author": "",
Expand Down

0 comments on commit 272d9b1

Please sign in to comment.