From 7f8ff8589ff8abb1008541a866a7b077c6b88604 Mon Sep 17 00:00:00 2001 From: Aviv Haruzi Date: Mon, 23 Jan 2023 17:07:36 +0200 Subject: [PATCH] =?UTF-8?q?feat:=20=F0=9F=8E=B8=20remove=20npm=20script?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 7de6190..4cfd9fd 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,6 @@ "ng": "nx", "cz": "git-cz", "prepare": "husky install", - "postinstall": "node ./decorate-angular-cli.js && ngcc --properties es2020 browser module main", "release": "semantic-release", "build:ngx-seo": "nx build ngx-seo && cp README.md dist/packages/ngx-seo && cp LICENSE dist/packages/ngx-seo", "build:all": "nx run-many --target=build --all --parallel --maxParallel=3",