fix: get curriculum path relative to tools folder
This commit is contained in:
committed by
Mrugesh Mohapatra
parent
282e7d922b
commit
affff68bca
@ -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,
|
||||||
|
Reference in New Issue
Block a user