From 0db3ce98d1885989bbccfba0cfcc494561939d7a Mon Sep 17 00:00:00 2001 From: Ernesto Puerta <37327689+epuertat@users.noreply.github.com> Date: Wed, 27 Mar 2019 19:53:32 +0100 Subject: [PATCH] mgr/dashboard: fix hacking.rst Add missing dash to `-prod` and specify full command. Signed-off-by: Ernesto Puerta --- src/pybind/mgr/dashboard/HACKING.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pybind/mgr/dashboard/HACKING.rst b/src/pybind/mgr/dashboard/HACKING.rst index 8c834784096..39c0fa8dc32 100644 --- a/src/pybind/mgr/dashboard/HACKING.rst +++ b/src/pybind/mgr/dashboard/HACKING.rst @@ -62,8 +62,8 @@ Build the Project ~~~~~~~~~~~~~~~~~ Run ``npm run build`` to build the project. The build artifacts will be -stored in the ``dist/`` directory. Use the ``-prod`` flag for a -production build. Navigate to ``https://localhost:8443``. +stored in the ``dist/`` directory. Use the ``--prod`` flag for a +production build (``npm run build -- --prod``). Navigate to ``https://localhost:8443``. Code linting and formatting ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -- 2.39.5