Shrink Electron bundle size by lots of MBs!
This commit is contained in:
@@ -49,7 +49,7 @@
|
||||
"scripts": {
|
||||
"cleanup": "node ./bin/cleanup.js",
|
||||
"debug": "DEBUG=* electron .",
|
||||
"package": "node ./bin/package.js",
|
||||
"package": "npm prune && npm dedupe && node ./bin/package.js",
|
||||
"start": "electron .",
|
||||
"test": "standard",
|
||||
"update-authors": "./bin/update-authors.sh"
|
||||
|
||||
Reference in New Issue
Block a user