File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,11 +19,11 @@ switch(process.argv[2]) {
1919 case 'geo' :
2020 testFile = 'test_geo' ;
2121 break ;
22- case 'gl2d ' :
23- testFile = 'test_gl2d ' ;
22+ case 'gl3d ' :
23+ testFile = 'test_gl3d ' ;
2424 break ;
2525 default :
26- testFile = 'test_gl3d ' ;
26+ testFile = 'test_gl2d ' ;
2727}
2828
2929console . log ( 'Using ' + testFile ) ;
Original file line number Diff line number Diff line change 4646 "postinstall" : " npm run preprocess" ,
4747 "bundle" : " node tasks/bundle.js" ,
4848 "build" : " npm run preprocess && npm run bundle" ,
49- "cibuild" : " npm run preprocess && node tasks/cibundle.js" ,
49+ "cibuild" : " node tasks/cibundle.js" ,
5050 "watch" : " node tasks/watch_plotly.js" ,
5151 "lint" : " cd src && jshint . || true" ,
5252 "test-jasmine" : " karma start test/jasmine/karma.conf.js" ,
You can’t perform that action at this time.
0 commit comments