Skip to content

Commit 485d3cb

Browse files
committed
Fix dev build artifact paths
1 parent 73bcd4d commit 485d3cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -331,10 +331,10 @@ jobs:
331331
- run:
332332
name: npm-pack widget
333333
command: |
334-
cd packages/javascript/plotlywidget/
334+
cd packages/javascript/jupyterlab-plotly/
335335
npm install webpack
336336
npm pack
337-
sudo cp ./plotlywidget* /dist
337+
sudo cp ./jupyterlab-plotly* /dist
338338
when: always
339339
- store_artifacts:
340340
path: packages/python/plotly/dist

0 commit comments

Comments
 (0)