Correcting docs to run npm build instead of prod

This commit is contained in:
Maxime Beauchemin
2017-01-24 08:36:14 -08:00
parent 7413dd9f4b
commit e84c6393b8
2 changed files with 2 additions and 1 deletions

View File

@@ -373,6 +373,6 @@ your environment.::
# assuming $SUPERSET_HOME as the root of the repo
cd $SUPERSET_HOME/superset/assets
npm install
npm run prod
npm run build
cd $SUPERSET_HOME
python setup.py install