fix(client): ensure validation works during watch (#38936)
This commit is contained in:
committed by
GitHub
parent
3567813c51
commit
d233cb35a3
@ -34,7 +34,7 @@ module.exports = {
|
||||
options: {
|
||||
name: 'challenges',
|
||||
source: buildChallenges,
|
||||
onSourceChange: replaceChallengeNode,
|
||||
onSourceChange: replaceChallengeNode(config.locale),
|
||||
curriculumPath: localeChallengesRootDir
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user