Переглянути джерело

Run npx -p typescript tsc (#13970)

GitOrigin-RevId: e6875f71c9eb3546d938af54c8c71c24f8f2290e
Alf Eaton 3 роки тому
батько
коміт
f51f16552b
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      services/web/Makefile

+ 1 - 1
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