1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-24 10:27:10 +02:00

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

This commit is contained in:
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