1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-11-27 08:21:03 +02:00

Fixing deployment script

This commit is contained in:
Laurent Cozic 2018-02-05 17:32:48 +00:00
parent 74493fece0
commit 0f05c23e26

View File

@ -46,6 +46,8 @@ before_install:
script:
- |
cd ElectronClient/app
cd Tools
npm install
cd ../ElectronClient/app
rsync -aP --delete ../../ReactNativeClient/lib/ lib/
npm install && yarn dist