From 34a8d90d2654ece66133b633d213a89473cd252a Mon Sep 17 00:00:00 2001 From: kyranjamie Date: Tue, 12 Mar 2024 19:53:29 +0100 Subject: [PATCH] chore: typecheck code Co-authored-by: Fara Woolf --- .github/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 3768eb93050..c03e0f661b7 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -20,7 +20,7 @@ Code contributions must follow the style and patterns already employed by the pr - Code must conform to our linting setup `yarn lint` - Code formatting correctly `yarn prettier` -- Code must be typed properly with Typescript +- Code must be typed properly with Typescript `yarn typecheck` ## Testing