Add missing dash to `-prod` and specify full command.
Signed-off-by: Ernesto Puerta <epuertat@redhat.com>
~~~~~~~~~~~~~~~~~
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
~~~~~~~~~~~~~~~~~~~~~~~~~~~~