From a044c574016ba0116d426fbe3bb0228f095ff821 Mon Sep 17 00:00:00 2001 From: Elias Afara Date: Wed, 8 Nov 2023 04:46:52 +0100 Subject: [PATCH] docs: Update script usage in CONTRIBUTING.md (#1587) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 289f9acd3..83f062425 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.