diff --git a/package.json b/package.json index cd451108..51995923 100644 --- a/package.json +++ b/package.json @@ -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",