From 66f124b3976bfc6d8495c2e9abefb3e7bcb4f230 Mon Sep 17 00:00:00 2001 From: Liyas Thomas Date: Wed, 21 Oct 2020 18:59:13 +0530 Subject: [PATCH] Use correct build command - #1295 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 159ae2458..37fabacb0 100644 --- a/README.md +++ b/README.md @@ -326,7 +326,7 @@ docker run -p 3000:3000 postwoman:latest 1. [Clone this repo](https://help.github.com/en/articles/cloning-a-repository) with git. 2. Install dependencies by running `npm install` within the directory that you cloned (probably `hoppscotch`). -3. Build the release files with `npm run build`. +3. Build the release files with `npm run generate`. 4. Find the built project in `./dist`. ## **Contributing**