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 9fc5987 commit d5a618cCopy full SHA for d5a618c
.circleci/config.yml
@@ -409,6 +409,9 @@ jobs:
409
- run:
410
name: Display function constructors in plotly.js bundle
411
command: npm run log-new-func
412
+ - run:
413
+ name: Test certain bundles against function constructors
414
+ command: npm run no-new-func
415
416
name: Test plotly bundles against es6
417
command: npm run no-es6-dist
0 commit comments