Skip to content

Commit 3abdc7f

Browse files
committed
Call bundle command in the CI
1 parent 6355ee4 commit 3abdc7f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ commands:
4141
- run:
4242
name: Install dependencies
4343
command: |
44+
cd packages/javascript/jupyterlab-plotly && npm run bundle && cd ../..
4445
cd packages/python/plotly
4546
python -m venv venv
4647
. venv/bin/activate

0 commit comments

Comments
 (0)