Skip to content

Commit

Permalink
chore(*): fix options
Browse files Browse the repository at this point in the history
  • Loading branch information
Luchanso committed Jul 24, 2020
1 parent bde3dbc commit 9615506
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 @@ -23,7 +23,7 @@
"pretest:e2e": "npm run build",
"test:e2e": "jest '(\\/test\\/e2e/).*'",
"pack": "npm run build && electron-builder --dir",
"dist": "npm run build && electron-builder -w",
"dist": "npm run build && electron-builder -mwl",
"postinstall": "electron-builder install-app-deps"
},
"husky": {
Expand Down

0 comments on commit 9615506

Please sign in to comment.