File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -403,15 +403,12 @@ jobs:
403403 - run :
404404 name : Test plotly.min.js import using requirejs
405405 command : npm run test-requirejs
406- - run :
407- name : Display function constructors in all bundles (only on master)
408- command : |
409- if [ $CIRCLE_BRANCH == "master" ]
410- then npm run no-new-func
411- fi
412406 - run :
413407 name : Test plotly bundles against es6
414408 command : npm run no-es6-dist
409+ - run :
410+ name : Display function constructors in all bundles
411+ command : npm run no-new-func
415412
416413workflows :
417414 version : 2
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ module.exports = {
2222 }
2323 } , {
2424 test : / \. j s $ / ,
25- include : / n o d e _ m o d u l e s [ \\ \/ ] b u f f e r [ \\ \/ ] / ,
25+ include : / n o d e _ m o d u l e s [ \\ \/ ] ( b u f f e r | i s - m o b i l e ) [ \\ \/ ] / ,
2626 use : {
2727 loader : 'babel-loader' ,
2828 options : {
You can’t perform that action at this time.
0 commit comments