Skip to content

Commit a80250d

Browse files
committed
Move build step of js
1 parent cede4e1 commit a80250d

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.circleci/config.yml

+4-5
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,10 @@ jobs:
410410
cd packages/javascript/jupyterlab-plotly
411411
npm ci
412412
npm run build:prod
413-
git status
413+
414+
cd ../../python/plotly/js
415+
npm install
416+
npm run build
414417
415418
- run:
416419
name: PyPI Build
@@ -440,10 +443,6 @@ jobs:
440443
cd packages/javascript/jupyterlab-plotly
441444
npm pack
442445
mv jupyterlab-plotly*.tgz ../../../output
443-
cd ../../python/plotly/js
444-
npm install
445-
npm run build
446-
mv ../plotly/bundle.js ../../../../output
447446
448447
- run:
449448
name: Zip output

0 commit comments

Comments
 (0)