Skip to content

Commit 7d72bc6

Browse files
committed
merge
2 parents adb546f + 0f787af commit 7d72bc6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

devtools/test_dashboard/server.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

2929
console.log('Using ' + testFile);

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
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",

0 commit comments

Comments
 (0)