Skip to content

Commit

Permalink
Add publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
Art4 committed Nov 9, 2018
1 parent ace7760 commit bcbe267
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"scripts": {
"build": "electron-builder",
"deploy": "webpack -p --config webpack.config.js && electron-builder",
"publish": "webpack -p --config webpack.config.js && electron-builder -p always",
"start": "env ELECTRON_IS_DEV=1 electron .",
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "webpack -d --watch --config webpack.config.js",
Expand Down

0 comments on commit bcbe267

Please sign in to comment.