docs: use yarn in making your own build (#3235)

This commit is contained in:
Riccardo Magliocchetti 2017-08-04 18:31:36 +02:00 committed by Maxime Beauchemin
parent ae0655028f
commit ef7e9dd336
1 changed files with 2 additions and 2 deletions

View File

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