Skip to content
This repository has been archived by the owner on Jul 7, 2020. It is now read-only.

Commit

Permalink
Add zip script
Browse files Browse the repository at this point in the history
  • Loading branch information
bonustrack committed Jul 12, 2019
1 parent c838faa commit 303bf68
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 @@ -17,6 +17,7 @@
"build-electron:mac": "electron-builder --mac",
"build-electron:win": "electron-builder --win",
"build-electron:linux": "electron-builder --linux",
"zip": "zip -r steemconnect-chrome.zip www && mv steemconnect-chrome.zip www",
"publish": "electron-builder build -wml --publish always",
"heroku-postbuild": "npm install --only=dev --no-shrinkwrap && npm run build"
},
Expand Down

0 comments on commit 303bf68

Please sign in to comment.