Correcting docs to `run npm build` instead of prod
This commit is contained in:
parent
7413dd9f4b
commit
e84c6393b8
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
rm superset/assets/dist/*
|
||||
cd superset/assets/
|
||||
rm build/*
|
||||
npm run prod
|
||||
|
|
|
|||
Loading…
Reference in New Issue