Skip to content

Commit

Permalink
chore: update scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
feildmaster committed Dec 25, 2020
1 parent c114f79 commit bc3b916
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
"pack": "electron-builder --dir",
"dist": "electron-builder",
"postinstall": "electron-builder install-app-deps",
"update": "npm version minor --m=\"chore(update): Release v%s\"",
"patch": "npm version patch --m=\"chore(patch): Release v%s\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
Expand Down

0 comments on commit bc3b916

Please sign in to comment.