Skip to content

Commit 70047f4

Browse files
committed
Remove --no-prune flag from packaging
1 parent 67363ab commit 70047f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"lint": "eslint **/*.js",
1313
"inspect-main": "electron-inspector",
1414
"build": "rollup -c",
15-
"package": "electron-packager . bpjs-electron --no-prune --platform=darwin --arch=x64",
15+
"package": "electron-packager . bpjs-electron --platform=darwin --arch=x64 --overwrite",
1616
"test": "NODE_ENV=test mocha"
1717
},
1818
"devDependencies": {

0 commit comments

Comments
 (0)