mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
chore(curriculum): remove BUILD_WITH_SUBMODULE env variable (#55654)
This commit is contained in:
@@ -8,7 +8,7 @@ const {
|
||||
generateChallengeCreator,
|
||||
ENGLISH_CHALLENGES_DIR,
|
||||
META_DIR,
|
||||
CHALLENGES_DIR,
|
||||
I18N_CHALLENGES_DIR,
|
||||
getChallengesDirForLang
|
||||
} = require('../../curriculum/get-challenges');
|
||||
|
||||
@@ -30,7 +30,11 @@ exports.replaceChallengeNode = () => {
|
||||
'english',
|
||||
filePath
|
||||
);
|
||||
const i18nPath = path.resolve(CHALLENGES_DIR, curriculumLocale, filePath);
|
||||
const i18nPath = path.resolve(
|
||||
I18N_CHALLENGES_DIR,
|
||||
curriculumLocale,
|
||||
filePath
|
||||
);
|
||||
// TODO: reimplement hot-reloading of certifications
|
||||
const createChallenge = generateChallengeCreator(
|
||||
curriculumLocale,
|
||||
|
||||
Reference in New Issue
Block a user