From d1e16fbfccee68d6220fd323cc8f6cafb1ff118d Mon Sep 17 00:00:00 2001 From: Philip Molares Date: Sun, 7 Feb 2021 13:36:55 +0100 Subject: [PATCH] README: Fix production mode instructions Changed the production mode instructions as there is no `yarn build` anymore Signed-off-by: Philip Molares --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 366f26167..5aeec7133 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ You can inspect the generated production-bundle files to look for optimization i 1. Clone this repo (e.g. `git clone https://github.com/hedgedoc/react-client.git hedgedoc-react-client`) 2. Go inside the repo (e.g. `cd hedgedoc-react-client`) 3. Run `yarn install` -4. Run `yarn build` +4. Run `yarn build:production` This will build the app in production mode and save it into the `build` folder. The production build is optimized for best performance, minimized