Skip to content

Commit ead66f7

Browse files
jhadeshansl
authored andcommitted
build(): make npm install also install typings
1 parent d76465b commit ead66f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"test": "karma start test/karma.conf.js",
1515
"tslint" : "tslint -c tslint.json 'src/**/*.ts'",
1616
"typings": "typings install --ambient",
17+
"postinstall": "npm run typings",
1718
"e2e": "protractor ./protractor.conf.js"
1819
},
1920
"version": "2.0.0-alpha.0",

0 commit comments

Comments
 (0)