From 901bfb561ddaa656e97282cbe981d8978d8e0714 Mon Sep 17 00:00:00 2001
From: Eric Bremner <ebremner@uwaterloo.ca>
Date: Wed, 7 Sep 2022 07:28:37 -0400
Subject: [PATCH] ISTWCMS-5740: fixing sym link to dashboard js gulp task

---
 build_ohana.sh | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/build_ohana.sh b/build_ohana.sh
index 632e1ec1..beacc343 100755
--- a/build_ohana.sh
+++ b/build_ohana.sh
@@ -80,7 +80,9 @@ echo "**************************************************************************
 echo "Setting up es lint and gulp ..."
 rm .eslintignore
 ln -s ../.eslintignore .eslintignore
-ln -s ../dashboards.js gulp-tasks/dashboard.js
+cd gulp-tasks
+ln -s ../../dashboards.js .
+cd ..
 sed -i "3 i const { compileDashboard } = require('./gulp-tasks/dashboard');" gulpfile.js
 sed -i "s/parallel(compileSass, compileJS)/parallel(compileSass, compileJS, compileDashboard)/g" gulpfile.js
 echo "**************************************************************************************"
-- 
GitLab