From b9535a04c7e1f1fbcd14b0fe0455fc96f5666757 Mon Sep 17 00:00:00 2001 From: Faizan Ali Bugti Date: Sun, 12 Nov 2023 18:10:16 +0500 Subject: [PATCH] chore: postinstall command removed --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 4db7dff..0bcb56f 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,6 @@ }, "scripts": { "ng": "nx", - "postinstall": "node ./decorate-angular-cli.js", "start": "nx serve", "build": "nx build", "test": "nx test"