fix: validate keys script (#41223)
This commit is contained in:
committed by
GitHub
parent
11428ef5ff
commit
c132c6bf9f
@ -61,7 +61,7 @@ const readComponentCode = filePath => {
|
|||||||
|
|
||||||
const clientCodebase = readComponentCode(path.join(process.cwd() + '/src'));
|
const clientCodebase = readComponentCode(path.join(process.cwd() + '/src'));
|
||||||
const serverCodebase = readComponentCode(
|
const serverCodebase = readComponentCode(
|
||||||
path.join(process.cwd() + '/../api-server/server')
|
path.join(process.cwd() + '/../api-server/src/server')
|
||||||
);
|
);
|
||||||
|
|
||||||
for (const key of translationKeys) {
|
for (const key of translationKeys) {
|
||||||
|
Reference in New Issue
Block a user