Skip to content

Commit

Permalink
add missing scripts to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
obcode committed May 29, 2019
1 parent 645cd49 commit c985113
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@
"build": "rollup -c",
"postinstall": "electron-builder install-app-deps",
"test": "true",
"release": "build --publish=never"
"release": "build --publish=never",
"release:all": "build -mwl -p always",
"release:win": "build --win -p always",
"release:mac": "build --mac -p always",
"release:linux": "build --linux -p always"
},
"repository": "https://github.com/obcode/elexams",
"author": "Oliver Braun",
Expand Down

0 comments on commit c985113

Please sign in to comment.