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 8400013 commit 9ff8f8cCopy full SHA for 9ff8f8c
webdriver-ts/package.json
@@ -5,9 +5,8 @@
5
"main": "index.js",
6
"scripts": {
7
"test": "echo \"Error: no test specified\" && exit 1",
8
- "postinstall": "typings install && tsc",
9
"compile": "tsc",
10
- "build-prod": "npm install",
+ "build-prod": "npm install && typings install && tsc",
11
"selenium": "node dist/benchmarkRunner.js",
12
"results": "node dist/createResultTable.js"
13
},
0 commit comments