Skip to content

Commit bb9886e

Browse files
committed
fix typo in circleci config, make sure publish is the lastest build step
1 parent d54cf1a commit bb9886e

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
@@ -133,7 +133,7 @@ jobs:
133133
destination: /plotly.js
134134
- store_artifacts:
135135
path: dist/plotly.min.js
136-
destinatin: /plotly.min.js
136+
destination: /plotly.min.js
137137
- store_artifacts:
138138
path: dist/plot-schema.json
139139
destination: /plot-schema.json

0 commit comments

Comments
 (0)