We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5adde7d commit 8400013Copy full SHA for 8400013
webdriver-ts/package.json
@@ -7,7 +7,7 @@
7
"test": "echo \"Error: no test specified\" && exit 1",
8
"postinstall": "typings install && tsc",
9
"compile": "tsc",
10
- "build-prod": "npm install && tsc",
+ "build-prod": "npm install",
11
"selenium": "node dist/benchmarkRunner.js",
12
"results": "node dist/createResultTable.js"
13
},
0 commit comments