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]) {
19
19
case 'geo' :
20
20
testFile = 'test_geo' ;
21
21
break ;
22
- case 'gl2d ' :
23
- testFile = 'test_gl2d ' ;
22
+ case 'gl3d ' :
23
+ testFile = 'test_gl3d ' ;
24
24
break ;
25
25
default :
26
- testFile = 'test_gl3d ' ;
26
+ testFile = 'test_gl2d ' ;
27
27
}
28
28
29
29
console . log ( 'Using ' + testFile ) ;
Original file line number Diff line number Diff line change 46
46
"postinstall" : " npm run preprocess" ,
47
47
"bundle" : " node tasks/bundle.js" ,
48
48
"build" : " npm run preprocess && npm run bundle" ,
49
- "cibuild" : " npm run preprocess && node tasks/cibundle.js" ,
49
+ "cibuild" : " node tasks/cibundle.js" ,
50
50
"watch" : " node tasks/watch_plotly.js" ,
51
51
"lint" : " cd src && jshint . || true" ,
52
52
"test-jasmine" : " karma start test/jasmine/karma.conf.js" ,
You can’t perform that action at this time.
0 commit comments