From c538dbbf58d44a9f89a3d34bb1bbbbacebb6b4ff Mon Sep 17 00:00:00 2001 From: Cameron Cordes Date: Fri, 6 Mar 2020 16:24:00 -0500 Subject: [PATCH] Use postinstall to compile Angular libs --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 2ef847c..7882f2c 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,8 @@ "build": "ng build", "test": "ng test", "lint": "ng lint", - "e2e": "ng e2e" + "e2e": "ng e2e", + "postinstall": "ngcc --properties es2015 browser module main --first-only --create-ivy-entry-points" }, "private": true, "dependencies": {