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 3b94298 commit 513798bCopy full SHA for 513798b
.circleci/config.yml
@@ -437,10 +437,7 @@ jobs:
437
command: |
438
eval "$(conda shell.bash hook)"
439
conda activate env
440
- cd packages/javascript/jupyterlab-plotly
441
- npm pack
442
- mv jupyterlab-plotly*.tgz ../../../output
443
- cd ../../python/plotly/js
+ cd packages/python/plotly/js
444
npm install
445
npm run build
446
mv ../plotly/bundle.js ../../../../output
0 commit comments