Skip to content

Commit 243ed88

Browse files
committed
change plotly.js artifact destination
1 parent 8a8bbec commit 243ed88

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ jobs:
3434
npm run pretest
3535
npm run cibuild
3636
- store_artifacts:
37-
path: ~/plotly.js/build/plotly.js
37+
path: build/plotly.js
38+
destination: /plotly.js
3839
- save_cache:
3940
paths:
4041
- node_modules

0 commit comments

Comments
 (0)