Skip to content

Commit

Permalink
change build for electron-builder
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasConstant committed Jul 4, 2019
1 parent 108e5c4 commit 33e03a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -44,5 +44,4 @@ before_script:
- sleep 3

script:
- npm run build
- build --publish onTagOrDraft
- npm run dist
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -23,7 +23,7 @@
"e2e": "ng e2e",
"electron": "ng build --prod && electron .",
"electron-debug": "ng build && electron .",
"dist": "npm run build && build --publish onTagOrDraft"
"dist": "npm run build && electron-builder --publish onTagOrDraft"
},
"private": true,
"dependencies": {
Expand Down

0 comments on commit 33e03a9

Please sign in to comment.