mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
docs: use yarn in making your own build (#3235)
This commit is contained in:
committed by
Maxime Beauchemin
parent
ae0655028f
commit
ef7e9dd336
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user