Skip to content
This repository has been archived by the owner on Jun 15, 2024. It is now read-only.

Commit

Permalink
Issue #34 - add a script command for windows and linux for local
Browse files Browse the repository at this point in the history
  • Loading branch information
swentel committed Apr 4, 2020
1 parent 019d1c0 commit 54e629f
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 @@ -5,7 +5,8 @@
"description": "An IndieWeb desktop application",
"main": "main.js",
"scripts": {
"start": "electron ."
"start": "electron .",
"packages": "electron-packager . --platform=win32,linux"
},
"repository": "https://github.com/swentel/indieweb-desktop",
"keywords": [
Expand Down

0 comments on commit 54e629f

Please sign in to comment.