Skip to content

Commit 513798b

Browse files
committed
Remove npm pack of jupyterlab extension
1 parent 3b94298 commit 513798b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.circleci/config.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -437,10 +437,7 @@ jobs:
437437
command: |
438438
eval "$(conda shell.bash hook)"
439439
conda activate env
440-
cd packages/javascript/jupyterlab-plotly
441-
npm pack
442-
mv jupyterlab-plotly*.tgz ../../../output
443-
cd ../../python/plotly/js
440+
cd packages/python/plotly/js
444441
npm install
445442
npm run build
446443
mv ../plotly/bundle.js ../../../../output

0 commit comments

Comments
 (0)