Skip to content

Commit

Permalink
Correcting docs to run npm build instead of prod
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Jan 24, 2017
1 parent 7413dd9 commit e84c639
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 change: 1 addition & 0 deletions pypi_push.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
rm superset/assets/dist/*
cd superset/assets/
rm build/*
npm run prod
Expand Down

0 comments on commit e84c639

Please sign in to comment.