fix(client): ensure validation works during watch (#38936)

This commit is contained in:
Oliver Eyton-Williams
2020-05-28 17:24:29 +02:00
committed by GitHub
parent 3567813c51
commit d233cb35a3
3 changed files with 10 additions and 11 deletions

View File

@ -34,7 +34,7 @@ module.exports = {
options: {
name: 'challenges',
source: buildChallenges,
onSourceChange: replaceChallengeNode,
onSourceChange: replaceChallengeNode(config.locale),
curriculumPath: localeChallengesRootDir
}
},