We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cb18e3 commit af1f032Copy full SHA for af1f032
.circleci/config.yml
@@ -173,15 +173,15 @@ jobs:
173
- run:
174
name: Test plotly bundles againt unexpected characters
175
command: npm run no-bad-char
176
- - run:
177
- name: Test plotly bundles againt duplicate keys
178
- command: npm run no-dup-keys
179
180
name: Test certain bundles against function constructors
181
command: npm run no-new-func
182
183
name: Test plotly bundles against es6
184
command: npm run no-es6-dist
+ - run:
+ name: Test plotly bundles againt duplicate keys
+ command: npm run no-dup-keys
185
186
workflows:
187
version: 2
0 commit comments