From faa3977c331e177aac6ff7ffd7662b374a031bf1 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Thu, 10 Feb 2022 09:17:19 -0800 Subject: [PATCH] Added 2 run's --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index cf31a0e4..bf528ee9 100644 --- a/README.md +++ b/README.md @@ -39,13 +39,13 @@ more information. Tests can be run with the `test` script, which will run your tests against Lit's development mode (with more verbose errors) as well as against Lit's production mode: ```bash -npm test +npm run 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. @@ -60,7 +60,7 @@ To run the dev server and open the project in a new browser tab: npm run serve ``` -There is a development HTML file located at `/dev/index.html` that you can view at http://localhost:8000/dev/index.html. Note that this command will serve your code using Lit's development mode (with more verbose errors). To serve your code against Lit's production mode, use `npm run serve:prod`. +There is a development HTML file located at `/dev/index.html` that you can view at . Note that this command will serve your code using Lit's development mode (with more verbose errors). To serve your code against Lit's production mode, use `npm run serve:prod`. ## Editing @@ -118,7 +118,7 @@ To watch the site files, and re-build automatically, run: npm run docs:watch ``` -The site will usually be served at http://localhost:8000. +The site will usually be served at . ## Bundling and minification