Skip to content

Commit

Permalink
Fix github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
antoineguilbert committed Jan 9, 2021
1 parent 6f12a7e commit 0e271b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"description": "Just a simple project made with electron JS to show Android Messages from Google in a app with notifications.",
"main": "main.js",
"scripts": {
"postinstall": "electron-builder install-app-deps",
"build": "electron-builder --mac --windows",
"release": "electron-builder --mac --windows --publish always"
"start": "electron .",
"pack": "electron-builder --dir",
"dist": "electron-builder"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 0e271b2

Please sign in to comment.