File tree Expand file tree Collapse file tree 1 file changed +16
-3
lines changed Expand file tree Collapse file tree 1 file changed +16
-3
lines changed Original file line number Diff line number Diff line change 33
33
command : |
34
34
npm run pretest
35
35
npm run cibuild
36
- - store_artifacts :
37
- path : build/plotly.js
38
- destination : /plotly.js
39
36
- save_cache :
40
37
paths :
41
38
- node_modules
@@ -123,6 +120,19 @@ jobs:
123
120
name : Run syntax tests
124
121
command : ./.circleci/test.sh syntax
125
122
123
+ publish :
124
+ working_directory : ~/plotly.js
125
+ steps :
126
+ - store_artifacts :
127
+ path : build/plotly.js
128
+ destination : /plotly.js
129
+ - store_artifacts :
130
+ path : dist/plotly.min.js
131
+ destinatin : /plotly.min.js
132
+ - store_artifacts :
133
+ path : dist/plot-schema.json
134
+ destination : /plot-schema.json
135
+
126
136
workflows :
127
137
version : 2
128
138
build-and-test :
@@ -143,3 +153,6 @@ workflows:
143
153
- test-syntax :
144
154
requires :
145
155
- build
156
+ - publish :
157
+ requires :
158
+ - build
You can’t perform that action at this time.
0 commit comments