Package.json updated with postinstall

This commit is contained in:
tanshu 2018-05-18 12:47:30 +05:30
parent 552781b5c6
commit da8a148544
1 changed files with 3 additions and 2 deletions

View File

@ -1,8 +1,9 @@
{
"scripts": {
"start": "npm run tsc",
"start": "tsc -w",
"tsc": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "tsc"
},
"dependencies": {
"angular": "^1.6.10",