README: running typechecker and unit tests (#389)

This commit is contained in:
Siddhant Sanyam
2023-04-18 20:56:47 +02:00
committed by GitHub
parent a77dec8346
commit bc63aa03bd
+9
View File
@@ -86,6 +86,15 @@ deno task watch-server <PATH-TO-YOUR-SPACE>
deno task watch-plugs 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 ## Feedback
If you (hypothetically) find bugs or have feature requests, post them in If you (hypothetically) find bugs or have feature requests, post them in