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:
parent
4eb680d675
commit
68e8d69d04
@ -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
|
||||
|
@ -15,7 +15,7 @@ install:
|
||||
build_script:
|
||||
- npm install
|
||||
- ps: cd ElectronClient
|
||||
- yarn dist
|
||||
- npm run dist
|
||||
|
||||
test: off
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user