Skip to content

Commit 9316afb

Browse files
committed
remove unused no_es6_dist script
1 parent e92eab9 commit 9316afb

File tree

3 files changed

+0
-62
lines changed

3 files changed

+0
-62
lines changed

.circleci/config.yml

-3
Original file line numberDiff line numberDiff line change
@@ -432,9 +432,6 @@ jobs:
432432
- run:
433433
name: Test plotly.min.js import using requirejs
434434
command: npm run test-requirejs
435-
# - run:
436-
# name: Test plotly bundles against es6
437-
# command: npm run no-es6-dist
438435

439436
test-stackgl-bundle:
440437
docker:

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
"cibuild": "npm run empty-dist && npm run preprocess && node tasks/cibundle.js",
3838
"lint": "eslint --version && eslint .",
3939
"lint-fix": "eslint . --fix || true",
40-
"no-es6-dist": "node tasks/no_es6_dist.js",
4140
"pretest": "node tasks/pretest.js",
4241
"test-jasmine": "karma start test/jasmine/karma.conf.js",
4342
"test-mock": "node tasks/test_mock.js",

tasks/no_es6_dist.js

-58
This file was deleted.

0 commit comments

Comments
 (0)