From 33e03a9207cf95860b5a45536a41f0d8e17f0ba6 Mon Sep 17 00:00:00 2001 From: Nicolas Constant Date: Wed, 3 Jul 2019 21:30:15 -0400 Subject: [PATCH] change build for electron-builder --- .travis.yml | 3 +-- package.json | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1fdbb4ac..19239df3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -44,5 +44,4 @@ before_script: - sleep 3 script: -- npm run build -- build --publish onTagOrDraft \ No newline at end of file +- npm run dist \ No newline at end of file diff --git a/package.json b/package.json index efe83674..dbd9010a 100644 --- a/package.json +++ b/package.json @@ -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": {