mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Run npx -p typescript tsc (#13970)
GitOrigin-RevId: e6875f71c9eb3546d938af54c8c71c24f8f2290e
This commit is contained in:
parent
d3e0e0a20e
commit
f51f16552b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue