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 98f14f3 commit 54d9c28Copy full SHA for 54d9c28
.circleci/config.yml
@@ -233,14 +233,6 @@ jobs:
233
- run:
234
name: Test certain bundles against function constructors
235
command: npm run no-new-func
236
-
237
- test-dist2:
238
- docker:
239
- - image: circleci/node:12.22.1
240
- working_directory: ~/plotly.js
241
- steps:
242
- - attach_workspace:
243
- at: ~/
244
245
name: Test plotly bundles against es6
246
command: npm run no-es6-dist
@@ -285,6 +277,3 @@ workflows:
285
277
- test-dist1:
286
278
requires:
287
279
- publish-dist
288
- - test-dist2:
289
- requires:
290
- - publish-dist
0 commit comments