mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-12 01:00:13 -04:00
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
|
||||
? ''
|
||||
: '../../../../../curriculum';
|
||||
: path.join(__dirname, '../');
|
||||
|
||||
const projectMetaPath = path.resolve(
|
||||
curriculumPath,
|
||||
|
||||
Reference in New Issue
Block a user