From affff68bca9732350745ca3655a4dd4bf969e34c Mon Sep 17 00:00:00 2001 From: Randell Dawson Date: Fri, 11 Sep 2020 08:47:34 -0700 Subject: [PATCH] fix: get curriculum path relative to tools folder --- curriculum/tools/utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/tools/utils.js b/curriculum/tools/utils.js index 36e51803d6..30d9f20688 100644 --- a/curriculum/tools/utils.js +++ b/curriculum/tools/utils.js @@ -90,7 +90,7 @@ const reorderSteps = () => { const curriculumPath = process.env.CALLING_DIR ? '' - : '../../../../../curriculum'; + : path.join(__dirname, '../'); const projectMetaPath = path.resolve( curriculumPath,