Skip to content

Commit

Permalink
Update download-translations.js
Browse files Browse the repository at this point in the history
  • Loading branch information
bramkragten committed Jul 5, 2023
1 parent b1f5776 commit 9f74af5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build-scripts/gulp/download-translations.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 () {
Expand Down

0 comments on commit 9f74af5

Please sign in to comment.