File tree 2 files changed +4
-7
lines changed
2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -403,15 +403,12 @@ jobs:
403
403
- run :
404
404
name : Test plotly.min.js import using requirejs
405
405
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
412
406
- run :
413
407
name : Test plotly bundles against es6
414
408
command : npm run no-es6-dist
409
+ - run :
410
+ name : Display function constructors in all bundles
411
+ command : npm run no-new-func
415
412
416
413
workflows :
417
414
version : 2
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ module.exports = {
22
22
}
23
23
} , {
24
24
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 ) [ \\ \/ ] / ,
26
26
use : {
27
27
loader : 'babel-loader' ,
28
28
options : {
You can’t perform that action at this time.
0 commit comments