mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 09:09:36 +02:00
Merge pull request #16385 from overleaf/em-typescript-other-services
Add type checking to all services GitOrigin-RevId: f328a811fca7a783e9aff7d015ea73756acededd
This commit is contained in:
@@ -45,7 +45,10 @@ lint:
|
||||
lint_fix:
|
||||
$(RUN_LINTING) lint:fix
|
||||
|
||||
test: format lint test_unit test_acceptance
|
||||
typecheck:
|
||||
$(RUN_LINTING) typecheck
|
||||
|
||||
test: format lint typecheck test_unit test_acceptance
|
||||
|
||||
test_unit:
|
||||
ifneq (,$(wildcard test/unit))
|
||||
|
||||
Reference in New Issue
Block a user