Skip to content

Commit

Permalink
Add publish script
Browse files Browse the repository at this point in the history
Needs a GitHub token with repo scope in the GH_TOKEN env var.
  • Loading branch information
jonasmusall committed Jul 26, 2021
1 parent 6961355 commit de490c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"postinstall": "electron-builder install-app-deps",
"start": "electron .",
"pack": "electron-builder --dir",
"dist": "electron-builder"
"dist": "electron-builder",
"publish": "electron-builder -p always"
},
"devDependencies": {
"electron": "^13.1.7",
Expand Down

0 comments on commit de490c8

Please sign in to comment.