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 1b62417 commit fd53631Copy full SHA for fd53631
.circleci/config.yml
@@ -486,12 +486,12 @@ jobs:
486
- run:
487
name: Test plotly.min.js import using requirejs
488
command: npm run test-requirejs
489
- - run:
490
- name: Test plotly bundles against es6
491
- command: npm run no-es6-dist
492
493
- name: Display function constructors in all bundles
494
- command: npm run no-new-func
+ # - run:
+ # name: Test plotly bundles against es6
+ # command: npm run no-es6-dist
+ # name: Display function constructors in all bundles
+ # command: npm run no-new-func
495
496
test-stackgl-bundle:
497
docker:
0 commit comments