Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jgraph/drawio-desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormediaslav <info@mediaslav.com>2017-03-04 23:16:18 +0300
committermediaslav <info@mediaslav.com>2017-03-04 23:16:18 +0300
commit6030db749efe1b60e33836ee897561a4228e4111 (patch)
treeceec03edb94aee42fdd6ed52b7f9747afa7d5c49 /appveyor.yml
parent35947384c6933301b9471d49c815d9ec292a1195 (diff)
ci submod fix
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 87cf330..cc67d6a 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -19,7 +19,7 @@ clone_script:
install:
- ps: Install-Product node 7 x64
- - ps: yarn install
+ - yarn install
# - yarn add electron-builder@next --dev # force install next version to test electron-builder
before_build: