From 68e8d69d049484ec2afadd2a2c25312ccaf39be3 Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Sun, 24 May 2020 15:27:30 +0100 Subject: [PATCH] Tools: Trying to use "npm run dist" on CI --- .travis.yml | 2 +- appveyor.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index f0e7ee7d3..2140a7e4a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -109,4 +109,4 @@ script: # Prepare the Electron app and build it cd ElectronClient - USE_HARD_LINKS=false yarn dist + USE_HARD_LINKS=false npm run dist diff --git a/appveyor.yml b/appveyor.yml index d44d65503..4d2932061 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -15,7 +15,7 @@ install: build_script: - npm install - ps: cd ElectronClient - - yarn dist + - npm run dist test: off