fix: get curriculum path relative to tools folder

This commit is contained in:
Randell Dawson
2020-09-11 08:47:34 -07:00
committed by Mrugesh Mohapatra
parent 282e7d922b
commit affff68bca

View File

@ -90,7 +90,7 @@ const reorderSteps = () => {
const curriculumPath = process.env.CALLING_DIR const curriculumPath = process.env.CALLING_DIR
? '' ? ''
: '../../../../../curriculum'; : path.join(__dirname, '../');
const projectMetaPath = path.resolve( const projectMetaPath = path.resolve(
curriculumPath, curriculumPath,