Skip to content

Commit

Permalink
Add script to cleanup packages
Browse files Browse the repository at this point in the history
  • Loading branch information
muffinista committed May 31, 2017
1 parent 5a76492 commit 44ff8de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"scripts": {
"postinstall": "install-app-deps",
"pack": "build --dir",
"dist": "build --x64"
"dist": "build --x64",
"cleanup": "npm prune && cd app/ && npm prune"
},
"devDependencies": {
"electron-builder": "16.8.3",
Expand Down

0 comments on commit 44ff8de

Please sign in to comment.