We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cede4e1 commit a80250dCopy full SHA for a80250d
.circleci/config.yml
@@ -410,7 +410,10 @@ jobs:
410
cd packages/javascript/jupyterlab-plotly
411
npm ci
412
npm run build:prod
413
- git status
+
414
+ cd ../../python/plotly/js
415
+ npm install
416
+ npm run build
417
418
- run:
419
name: PyPI Build
@@ -440,10 +443,6 @@ jobs:
440
443
441
444
npm pack
442
445
mv jupyterlab-plotly*.tgz ../../../output
- cd ../../python/plotly/js
- npm install
- npm run build
446
- mv ../plotly/bundle.js ../../../../output
447
448
449
name: Zip output
0 commit comments