Skip to content

Commit

Permalink
fix: add all mac, linux and windows packages for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
arigatodl committed Jul 23, 2018
1 parent 68bfdf2 commit 40435f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hummingbird-desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"scripts": {
"pack": "electron-builder --dir",
"dist": "electron-builder -mlw",
"publish": "build -p always",
"publish": "build -mlw -p always",
"start": "NODE_ENV=development electron .",
"build": "webpack --config webpack.config.js && electron-rebuild",
"test": "mocha",
Expand Down

0 comments on commit 40435f9

Please sign in to comment.