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 87f89eb commit 930739bCopy full SHA for 930739b
.circleci/config.yml
@@ -403,15 +403,15 @@ jobs:
403
- run:
404
name: Test plotly.min.js import using requirejs
405
command: npm run test-requirejs
406
+ - run:
407
+ name: Test plotly bundles against es6
408
+ command: npm run no-es6-dist
409
410
name: Display function constructors in all bundles (only on master)
411
command: |
412
if [ $CIRCLE_BRANCH == "master" ]
413
then npm run no-new-func
414
fi
- - run:
- name: Test plotly bundles against es6
- command: npm run no-es6-dist
415
416
workflows:
417
version: 2
0 commit comments