File tree Expand file tree Collapse file tree 1 file changed +7
-13
lines changed Expand file tree Collapse file tree 1 file changed +7
-13
lines changed Original file line number Diff line number Diff line change @@ -131,24 +131,18 @@ jobs:
131
131
- attach_workspace :
132
132
at : ~/plotly.js
133
133
- run :
134
- name : Update plot-schema.json
135
- command : node tasks/bundle_plot_schema.js
134
+ name : Build dist/
135
+ command : npm run build
136
136
- store_artifacts :
137
- path : build/plotly.js
138
- destination : /plotly.js
139
- - store_artifacts :
140
- path : dist/plotly.min.js
141
- destination : /plotly.min.js
142
- - store_artifacts :
143
- path : dist/plot-schema.json
144
- destination : /plot-schema.json
137
+ path : dist
138
+ destination : dist
145
139
- run :
146
140
name : Show URLs to build files
147
141
command : |
148
142
PROJECT_NUM=45646037
149
- echo https://$CIRCLE_BUILD_NUM-$PROJECT_NUM-gh.circle-artifacts.com/0/plotly.js
150
- echo https://$CIRCLE_BUILD_NUM-$PROJECT_NUM-gh.circle-artifacts.com/0/plotly.min.js
151
- echo https://$CIRCLE_BUILD_NUM-$PROJECT_NUM-gh.circle-artifacts.com/0/plot-schema.json
143
+ echo https://$CIRCLE_BUILD_NUM-$PROJECT_NUM-gh.circle-artifacts.com/0/dist/ plotly.js
144
+ echo https://$CIRCLE_BUILD_NUM-$PROJECT_NUM-gh.circle-artifacts.com/0/dist/ plotly.min.js
145
+ echo https://$CIRCLE_BUILD_NUM-$PROJECT_NUM-gh.circle-artifacts.com/0/dist/ plot-schema.json
152
146
153
147
workflows :
154
148
version : 2
You can’t perform that action at this time.
0 commit comments