Skip to content

Commit 6812b5d

Browse files
committed
Typings install on postinstall
1 parent 48a3be3 commit 6812b5d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"prepush": "npm test && npm run build && git add -u && git diff-index --quiet HEAD || git commit -q -m 'Build'",
1313
"watch": "webpack-dev-server --host 0.0.0.0",
1414
"build": "webpack",
15-
"lint": "tslint ./source/*.ts"
15+
"lint": "tslint ./source/*.ts",
16+
"postinstall": "typings install"
1617
},
1718
"author": "Oleksandr Beshchuk <[email protected]>",
1819
"license": "Apache-2.0",

0 commit comments

Comments
 (0)