From: Ernesto Puerta <37327689+epuertat@users.noreply.github.com> Date: Wed, 27 Mar 2019 18:53:32 +0000 (+0100) Subject: mgr/dashboard: fix hacking.rst X-Git-Tag: v15.0.0~55^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F27222%2Fhead;p=ceph.git mgr/dashboard: fix hacking.rst Add missing dash to `-prod` and specify full command. Signed-off-by: Ernesto Puerta --- diff --git a/src/pybind/mgr/dashboard/HACKING.rst b/src/pybind/mgr/dashboard/HACKING.rst index 8c834784096f..39c0fa8dc320 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 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~