We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e92eab9 commit 9316afbCopy full SHA for 9316afb
.circleci/config.yml
@@ -432,9 +432,6 @@ jobs:
432
- run:
433
name: Test plotly.min.js import using requirejs
434
command: npm run test-requirejs
435
- # - run:
436
- # name: Test plotly bundles against es6
437
- # command: npm run no-es6-dist
438
439
test-stackgl-bundle:
440
docker:
package.json
@@ -37,7 +37,6 @@
37
"cibuild": "npm run empty-dist && npm run preprocess && node tasks/cibundle.js",
38
"lint": "eslint --version && eslint .",
39
"lint-fix": "eslint . --fix || true",
40
- "no-es6-dist": "node tasks/no_es6_dist.js",
41
"pretest": "node tasks/pretest.js",
42
"test-jasmine": "karma start test/jasmine/karma.conf.js",
43
"test-mock": "node tasks/test_mock.js",
tasks/no_es6_dist.js
0 commit comments