Skip to content

Commit aa2280e

Browse files
committed
Add typings install postinstall task
1 parent 2582f63 commit aa2280e

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
@@ -4,6 +4,7 @@
44
"description": "A project skeleton for TypeScript development in Visual Studio Code.",
55
"main": "build/app/app.js",
66
"scripts": {
7+
"postinstall": "cd src && typings install",
78
"build": "tsc -p src/ || true",
89
"test": "mocha build/test --require source-map-support/register || true",
910
"clean": "rimraf build"

0 commit comments

Comments
 (0)