From e07d69d794dfb53e2de254301acf75a3d3cd9436 Mon Sep 17 00:00:00 2001 From: Alf Eaton Date: Thu, 20 Jul 2023 09:14:23 +0100 Subject: [PATCH] Run npx -p typescript tsc (#13970) GitOrigin-RevId: e6875f71c9eb3546d938af54c8c71c24f8f2290e --- services/web/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/web/Makefile b/services/web/Makefile index 44bb625d73..49d87efe4a 100644 --- a/services/web/Makefile +++ b/services/web/Makefile @@ -478,7 +478,7 @@ lint_flag_res_send_usage: lint: typecheck_frontend typecheck_frontend: - npx tsc --noEmit + npx -p typescript tsc --noEmit lint_in_docker: $(RUN_LINT_FORMAT) make lint -j --output-sync