Skip to content

Commit 08d8052

Browse files
committed
Update circleci config to include both widget and jupyterlab extension build
1 parent 846e7b5 commit 08d8052

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.circleci/config.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,10 @@ jobs:
438438
command: |
439439
eval "$(conda shell.bash hook)"
440440
conda activate env
441-
cd packages/python/plotly/js
441+
cd packages/javascript/jupyterlab-plotly
442+
npm pack
443+
mv jupyterlab-plotly*.tgz ../../../output
444+
cd ../../python/plotly/js
442445
npm run build
443446
mv ../bundle.js ../../../../output
444447

0 commit comments

Comments
 (0)