mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-25 11:16:31 -05:00
README: Fix production mode instructions
Changed the production mode instructions as there is no `yarn build` anymore Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
parent
c1dd3eb4e1
commit
d1e16fbfcc
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue