Skip to content

Commit 361560f

Browse files
committed
Fix circle ci path
1 parent fd245e0 commit 361560f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ jobs:
331331
- run:
332332
name: npm-pack widget
333333
command: |
334-
cd js/
334+
cd packages/javascript/plotlywidget/
335335
npm install webpack
336336
npm pack
337337
sudo cp ./plotlywidget* /dist

0 commit comments

Comments
 (0)