diff --git a/build-scripts/gulp/download-translations.js b/build-scripts/gulp/download-translations.js index d8581e37aa35..9c2f2ddd1230 100644 --- a/build-scripts/gulp/download-translations.js +++ b/build-scripts/gulp/download-translations.js @@ -68,9 +68,7 @@ gulp.task("convert-backend-translations", function () { }); gulp.task("check-translations-html", function () { - return gulp - .src([`${inDirFrontend}/*.json`, `${inDirBackend}/*.json`]) - .pipe(checkHtml()); + return gulp.src([`${inDirFrontend}/*.json`]).pipe(checkHtml()); }); gulp.task("check-all-files-exist", async function () {