We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dbdcea commit 20886efCopy full SHA for 20886ef
.circleci/config.yml
@@ -441,6 +441,7 @@ jobs:
441
npm pack
442
mv jupyterlab-plotly*.tgz ../../../output
443
cd ../../python/plotly/js
444
+ npm install
445
npm run build
446
mv ../bundle.js ../../../../output
447
@@ -489,7 +490,12 @@ jobs:
489
490
pip install -r requirements.txt
491
if [ "${CIRCLE_BRANCH}" != "doc-prod" ]; then
492
pip uninstall -y plotly
- pip install -e ../packages/python/plotly
493
+ cd ../packages/python/plotly
494
+ pip install -e .
495
+ cd js
496
497
+ npm run build
498
+ cd ../../../../doc
499
fi
500
cd ..
501
- run:
0 commit comments