From 8454be0a6a3f5b431114d92d3448625470d63632 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Thu, 19 Dec 2024 20:56:18 +0200 Subject: [PATCH] chore(client/ts): display only js files in progress checker --- _check_ts_progress.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_check_ts_progress.sh b/_check_ts_progress.sh index 424760125..7332a6054 100755 --- a/_check_ts_progress.sh +++ b/_check_ts_progress.sh @@ -10,4 +10,4 @@ echo By file cloc HEAD \ --git --md \ --include-lang=javascript,typescript \ - --by-file \ No newline at end of file + --by-file | grep \.js\| \ No newline at end of file