From 38c145a82b16c5e3cc630c49ed18f2359d3e779b Mon Sep 17 00:00:00 2001 From: Bitcollage Date: Sat, 13 Nov 2021 11:36:52 +0100 Subject: [PATCH] add required missing 'run' command when using colon separated commands --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cf31a0e4..eae8baef 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ npm test For local testing during development, the `test:dev:watch` command will run your tests in Lit's development mode (with verbose errors) on every change to your source files: ```bash -npm test:watch +npm run test:watch ``` Alternatively the `test:prod` and `test:prod:watch` commands will run your tests in Lit's production mode.