1
0
mirror of https://github.com/home-assistant/frontend.git synced 2026-05-08 17:28:46 +01:00

Update download-translations.js

This commit is contained in:
Bram Kragten
2023-07-05 17:32:08 +02:00
parent b1f5776eb3
commit 9f74af56ed
+1 -3
View File
@@ -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 () {