From a78f136fcfeb3b6ef423da8903ba9b79f101931d Mon Sep 17 00:00:00 2001
From: laurentheirendt <laurent.heirendt@uni.lu>
Date: Mon, 24 Jun 2019 08:00:02 +0200
Subject: [PATCH] yarn commands in deploy.sh

---
 .ci/deploy.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.ci/deploy.sh b/.ci/deploy.sh
index 859c1cc7..9e02c15c 100644
--- a/.ci/deploy.sh
+++ b/.ci/deploy.sh
@@ -39,8 +39,8 @@ do
                 cd $BLADE
 
                 # install npm
-                yarn install -g yo grunt-cli generator-reveal
-                yarn install
+                yarn add -g yo grunt-cli generator-reveal
+                yarn
 
                 # build the unstable version - can be optimized
                 git submodule update --init
-- 
GitLab