From b5c7e51a3b823e9cb0b022a862784f0592c88fc1 Mon Sep 17 00:00:00 2001 From: Raghu-Ch Date: Mon, 10 Sep 2018 13:55:14 -0400 Subject: [PATCH] Heroku Deploy: Making it better --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c1c956f..7f9699b 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "test": "ng test", "lint": "ng lint", "e2e": "ng e2e", - "postinstall": "ng build --aot -prod" + "postinstall": "ng build --aot --target=production" }, "private": true, "dependencies": {