Skip to content

Commit

Permalink
electron-builder changed defaults so dist now publshes always
Browse files Browse the repository at this point in the history
  • Loading branch information
todbot committed Feb 15, 2018
1 parent e873cc7 commit 6f78b52
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 @@ -30,7 +30,7 @@
"pack": "npm run webpack",
"dist:test": "electron-builder --dir",
"dist:draft": "electron-builder --publish=never",
"dist": "electron-builder",
"dist": "electron-builder --publish=always",
"release": "electron-builder",
"dist:win32bit": "electron-builder --ia32 --win --publish=never",
"clean": "rimraf app/node_modules node_modules package-lock.json app/package-lock.json",
Expand Down

0 comments on commit 6f78b52

Please sign in to comment.