From bc63aa03bdb62b6e939e7ec46d2055cb0c5191bd Mon Sep 17 00:00:00 2001 From: Siddhant Sanyam Date: Tue, 18 Apr 2023 11:56:47 -0700 Subject: [PATCH] README: running typechecker and unit tests (#389) --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index f236c18..e811378 100644 --- a/README.md +++ b/README.md @@ -86,6 +86,15 @@ deno task watch-server deno task watch-plugs ``` +To typecheck the entire codebase (recommended before submitting PR): +```shell +deno task check +``` + +To run unit tests: +```shell +deno task test +``` ## Feedback If you (hypothetically) find bugs or have feature requests, post them in