File tree Expand file tree Collapse file tree 3 files changed +0
-62
lines changed Expand file tree Collapse file tree 3 files changed +0
-62
lines changed Original file line number Diff line number Diff line change @@ -432,9 +432,6 @@ jobs:
432
432
- run :
433
433
name : Test plotly.min.js import using requirejs
434
434
command : npm run test-requirejs
435
- # - run:
436
- # name: Test plotly bundles against es6
437
- # command: npm run no-es6-dist
438
435
439
436
test-stackgl-bundle :
440
437
docker :
Original file line number Diff line number Diff line change 37
37
"cibuild" : " npm run empty-dist && npm run preprocess && node tasks/cibundle.js" ,
38
38
"lint" : " eslint --version && eslint ." ,
39
39
"lint-fix" : " eslint . --fix || true" ,
40
- "no-es6-dist" : " node tasks/no_es6_dist.js" ,
41
40
"pretest" : " node tasks/pretest.js" ,
42
41
"test-jasmine" : " karma start test/jasmine/karma.conf.js" ,
43
42
"test-mock" : " node tasks/test_mock.js" ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments