diff --git a/README.md b/README.md index 3702dd6201f..8889ccd7be5 100644 --- a/README.md +++ b/README.md @@ -20,14 +20,8 @@ This repository is a fork of [ChromeDevTools/devtools-frontend](https://github.c ### Build and run ```sh -# Build continuously with a file watcher -npm run watch - -# Build with the default config once npm run build - -# Build with the release config once -npm run build-release +# or npm run build-release ``` This can then be served from a static web server to test locally: