From da8a148544f9caf17156ce68070fb9af2c674e32 Mon Sep 17 00:00:00 2001 From: tanshu Date: Fri, 18 May 2018 12:47:30 +0530 Subject: [PATCH] Package.json updated with postinstall --- brewman/static/package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/brewman/static/package.json b/brewman/static/package.json index c720ebb1..c21d40bb 100644 --- a/brewman/static/package.json +++ b/brewman/static/package.json @@ -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",