website/docs: Fix incorrect command for `web-build` (#3930)
Signed-off-by: Behn <7383025+BehnH@users.noreply.github.com> Signed-off-by: Behn <7383025+BehnH@users.noreply.github.com>
This commit is contained in:
parent
45da3795b6
commit
5391fd8def
|
@ -39,7 +39,7 @@ Run `make gen` to generate an updated OpenAPI document for any changes you made.
|
|||
|
||||
By default, no compiled bundle of the frontend is included so this step is required even if you're not developing for the UI.
|
||||
|
||||
To build the UI once, run `web-build`.
|
||||
To build the UI once, run `make web-build`.
|
||||
|
||||
Alternatively, if you want to live-edit the UI, you can run `make web-watch` instead.
|
||||
This will immediately update the UI with any changes you make so you can see the results in real time without needing to rebuild.
|
||||
|
|
Reference in New Issue