From 3c1c772a1abf0a4290490b59104ec8455325e767 Mon Sep 17 00:00:00 2001 From: laurentheirendt <laurent.heirendt@uni.lu> Date: Mon, 3 Feb 2020 12:04:59 +0100 Subject: [PATCH] Revert "move ln line in deploy script" This reverts commit c709e3b999c8a05b49b59d8c4a4b81f7e661cc56. --- .ci/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/deploy.sh b/.ci/deploy.sh index 17847076..34afa749 100644 --- a/.ci/deploy.sh +++ b/.ci/deploy.sh @@ -46,8 +46,8 @@ do # run contribute cp ../../template/Gruntfile.coffee . - ln -s ../../theme theme ln -s ../../theme/package.json package.json + ln -s ../../theme theme # install npm #npm install -g npm@latest yo grunt-cli generator-reveal -- GitLab