Tools: Trying to use "npm run dist" on CI

pull/3268/head
Laurent Cozic 2020-05-24 15:27:30 +01:00
parent 4eb680d675
commit 68e8d69d04
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -15,7 +15,7 @@ install:
build_script:
- npm install
- ps: cd ElectronClient
- yarn dist
- npm run dist
test: off