Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomasz Rembacz authored Aug 10, 2019
1 parent 7aa5b78 commit 23f55db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"repository": "https://github.com/trembacz/diff-checker",
"scripts": {
"start": "NODE_ENV=development electron .",
"package-all": "electron-builder --wml --ia32 --x64",
"package-all": "electron-builder -wml --ia32 --x64",
"package-win": "electron-builder --win --ia32 --x64",
"package-mac": "electron-builder --mac",
"package-linux": "electron-builder --linux",
Expand Down

0 comments on commit 23f55db

Please sign in to comment.