Skip to content
This repository was archived by the owner on Oct 5, 2022. It is now read-only.

Commit

Permalink
GH-14: Restored package script for all platforms.
Browse files Browse the repository at this point in the history
Signed-off-by: Akos Kitta <[email protected]>
  • Loading branch information
kittaakos committed Nov 9, 2017
1 parent c1d4cae commit f630855
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ win:
target:
- nsis
mac:
taget:
target:
- dmg
linux:
target:
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
},
"scripts": {
"build": "theia build",
"package": "yarn run build && electron-builder"
"package": "yarn run build && electron-builder",
"package:all": "yarn run build && electron-builder -lmw"
},
"keywords": [],
"author": "typefox <[email protected]>",
Expand Down

0 comments on commit f630855

Please sign in to comment.