Use correct build command - #1295

This commit is contained in:
Liyas Thomas
2020-10-21 18:59:13 +05:30
parent 21cf439210
commit 66f124b397

View File

@@ -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**