From 0a415f52a7c827dde254b2bdc00c1ac696ca5a73 Mon Sep 17 00:00:00 2001 From: Denys Vuika Date: Mon, 21 Feb 2022 16:15:39 +0000 Subject: [PATCH] backup original postinstall command --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 64f89d4ff0..796efca7da 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,7 @@ "author": "Alfresco Software, Ltd.", "main": "./index.js", "scripts": { + "_postinstall": "ngcc && node ./decorate-angular-cli.js", "ng": "nx", "concurrently": "concurrently", "ng-packagr": "node ./node_modules/ng-packagr/cli/main.js",