Skip to content

Commit 88b327e

Browse files
committed
Fix filepath
1 parent 3abdc7f commit 88b327e

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
@@ -41,7 +41,7 @@ commands:
4141
- run:
4242
name: Install dependencies
4343
command: |
44-
cd packages/javascript/jupyterlab-plotly && npm run bundle && cd ../..
44+
cd packages/javascript/jupyterlab-plotly && npm run bundle && cd ../../..
4545
cd packages/python/plotly
4646
python -m venv venv
4747
. venv/bin/activate

0 commit comments

Comments
 (0)