From 4369b3d2d4400d88a955cfe479d82ab764485d58 Mon Sep 17 00:00:00 2001 From: Elias Afara Date: Sat, 4 Nov 2023 23:36:07 +0100 Subject: [PATCH] docs: Update script usage in CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 289f9acd34..83f0624254 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -125,7 +125,7 @@ npm test -- koch You can also start Vitest in "watch" mode: ```bash -npm test-watch +npm run test-watch ``` This will run all tests and watch source and test files for changes. When a change is made, the tests will run again.