From c709e3b999c8a05b49b59d8c4a4b81f7e661cc56 Mon Sep 17 00:00:00 2001
From: laurentheirendt <laurent.heirendt@uni.lu>
Date: Mon, 3 Feb 2020 11:59:44 +0100
Subject: [PATCH] move ln line in deploy script

---
 .ci/deploy.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.ci/deploy.sh b/.ci/deploy.sh
index 34afa749..17847076 100644
--- a/.ci/deploy.sh
+++ b/.ci/deploy.sh
@@ -46,8 +46,8 @@ do
 
                 # run contribute
                 cp ../../template/Gruntfile.coffee .
-                ln -s ../../theme/package.json package.json
                 ln -s ../../theme theme
+                ln -s ../../theme/package.json package.json
 
                 # install npm
                 #npm install -g npm@latest yo grunt-cli generator-reveal
-- 
GitLab