Package.json updated with postinstall
This commit is contained in:
parent
552781b5c6
commit
da8a148544
@ -1,8 +1,9 @@
|
|||||||
{
|
{
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "npm run tsc",
|
"start": "tsc -w",
|
||||||
"tsc": "tsc",
|
"tsc": "tsc",
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1",
|
||||||
|
"postinstall": "tsc"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"angular": "^1.6.10",
|
"angular": "^1.6.10",
|
||||||
|
Loading…
Reference in New Issue
Block a user