From 96b08666597381fed336abfcf5658fd5207b8139 Mon Sep 17 00:00:00 2001 From: Will Baumbach Date: Tue, 21 Apr 2020 21:07:02 -0400 Subject: [PATCH] update postinstall --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6156714..d94a9c7 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 --prod" }, "engines": { "node": "10.16.3",