From be7c6377caf3a56e70941bf0df0454492b3d434f Mon Sep 17 00:00:00 2001 From: nirname Date: Fri, 5 Jan 2024 18:08:31 +0000 Subject: [PATCH] Update docs --- docs/community/contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/community/contributing.md b/docs/community/contributing.md index 614e0599f..ebf16cd3f 100644 --- a/docs/community/contributing.md +++ b/docs/community/contributing.md @@ -111,7 +111,7 @@ pnpm test **Docker** ```bash -./run pnpm vitest +./run pnpm test ``` The `test` script and others are in the top-level `package.json` file.