fix: validate keys script (#41223)

pull/41227/head
Nicholas Carrigan (he/him) 2021-02-22 07:32:20 -08:00 committed by GitHub
parent 11428ef5ff
commit c132c6bf9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ const readComponentCode = filePath => {
const clientCodebase = readComponentCode(path.join(process.cwd() + '/src'));
const serverCodebase = readComponentCode(
path.join(process.cwd() + '/../api-server/server')
path.join(process.cwd() + '/../api-server/src/server')
);
for (const key of translationKeys) {