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",