Skip to content

Commit 9ff8f8c

Browse files
committed
install types
1 parent 8400013 commit 9ff8f8c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

webdriver-ts/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@
55
"main": "index.js",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1",
8-
"postinstall": "typings install && tsc",
98
"compile": "tsc",
10-
"build-prod": "npm install",
9+
"build-prod": "npm install && typings install && tsc",
1110
"selenium": "node dist/benchmarkRunner.js",
1211
"results": "node dist/createResultTable.js"
1312
},

0 commit comments

Comments
 (0)