Skip to content

Commit

Permalink
Disable publishing of artifacts via electorn-builder
Browse files Browse the repository at this point in the history
  • Loading branch information
stwa committed May 26, 2020
1 parent 1f6b239 commit d4109c0
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 @@ -8,7 +8,7 @@
"postinstall": "electron-builder install-app-deps",
"scripts": {
"build": "rollup -c",
"dist": "electron-builder",
"dist": "electron-builder --publish=never",
"format": "prettier --write 'js/**/*.js'",
"lint": "eslint js",
"pack": "electron-builder --dir",
Expand Down

0 comments on commit d4109c0

Please sign in to comment.