Skip to content

Commit 35f848b

Browse files
committed
Fix filepath of bundled js
1 parent 20886ef commit 35f848b

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
@@ -443,7 +443,7 @@ jobs:
443443
cd ../../python/plotly/js
444444
npm install
445445
npm run build
446-
mv ../bundle.js ../../../../output
446+
mv ../plotly/bundle.js ../../../../output
447447
448448
- run:
449449
name: Zip output

0 commit comments

Comments
 (0)