Skip to content

Commit 8400013

Browse files
committed
remove tsc from command line
1 parent 5adde7d commit 8400013

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webdriver-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"test": "echo \"Error: no test specified\" && exit 1",
88
"postinstall": "typings install && tsc",
99
"compile": "tsc",
10-
"build-prod": "npm install && tsc",
10+
"build-prod": "npm install",
1111
"selenium": "node dist/benchmarkRunner.js",
1212
"results": "node dist/createResultTable.js"
1313
},

0 commit comments

Comments
 (0)