From f0cfdd1ac07a96635ac10bd4cebeb25667b176c4 Mon Sep 17 00:00:00 2001
From: laurentheirendt <laurent.heirendt@uni.lu>
Date: Thu, 25 Apr 2019 09:34:10 +0200
Subject: [PATCH] modifications for ci

---
 .ci/deploy.sh              |  2 ++
 2019/template/package.json | 23 +----------------------
 theme/package.json         | 22 ++++++++++++++++++++++
 3 files changed, 25 insertions(+), 22 deletions(-)
 mode change 100644 => 120000 2019/template/package.json
 create mode 100644 theme/package.json

diff --git a/.ci/deploy.sh b/.ci/deploy.sh
index 93a94e0c..27a9061b 100644
--- a/.ci/deploy.sh
+++ b/.ci/deploy.sh
@@ -1,5 +1,7 @@
 #!/bin/bash
 
+cd 2019/template
+
 # install npm
 npm install -g npm@latest grunt-cli generator-reveal
 npm install
diff --git a/2019/template/package.json b/2019/template/package.json
deleted file mode 100644
index 5c7507c6..00000000
--- a/2019/template/package.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
-  "name": "template",
-  "version": "0.0.1",
-  "private": true,
-  "devDependencies": {
-    "grunt": "~0.4.1",
-    "grunt-coffeelint": "0.0.7",
-    "grunt-contrib-connect": "~0.5.0",
-    "grunt-contrib-copy": "~0.4.1",
-    "grunt-contrib-jshint": "~0.7.0",
-    "grunt-contrib-sass": "^1.0.0",
-    "grunt-contrib-watch": "~0.5.3",
-    "grunt-gh-pages": "~0.9.0",
-    "load-grunt-tasks": "~0.2.0"
-  },
-  "engines": {
-    "node": ">=0.8.0"
-  },
-  "scripts": {
-    "test": "grunt test"
-  }
-}
diff --git a/2019/template/package.json b/2019/template/package.json
new file mode 120000
index 00000000..77b4a294
--- /dev/null
+++ b/2019/template/package.json
@@ -0,0 +1 @@
+../../theme/package.json
\ No newline at end of file
diff --git a/theme/package.json b/theme/package.json
new file mode 100644
index 00000000..5c7507c6
--- /dev/null
+++ b/theme/package.json
@@ -0,0 +1,22 @@
+{
+  "name": "template",
+  "version": "0.0.1",
+  "private": true,
+  "devDependencies": {
+    "grunt": "~0.4.1",
+    "grunt-coffeelint": "0.0.7",
+    "grunt-contrib-connect": "~0.5.0",
+    "grunt-contrib-copy": "~0.4.1",
+    "grunt-contrib-jshint": "~0.7.0",
+    "grunt-contrib-sass": "^1.0.0",
+    "grunt-contrib-watch": "~0.5.3",
+    "grunt-gh-pages": "~0.9.0",
+    "load-grunt-tasks": "~0.2.0"
+  },
+  "engines": {
+    "node": ">=0.8.0"
+  },
+  "scripts": {
+    "test": "grunt test"
+  }
+}
-- 
GitLab