From 3c639105c011765893db51cbb0dda056e34dc994 Mon Sep 17 00:00:00 2001 From: Mike Harder Date: Fri, 5 May 2023 16:37:42 -0700 Subject: [PATCH] Remove "postinstall: tsc" from package.json (#23837) - Causing pipeline failures due to build errors from scripts in openapi-alps repo - Added in #23763 to improve the experience on local dev machines --- package.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/package.json b/package.json index 01c1ebce5241..c8b6184cdbd3 100644 --- a/package.json +++ b/package.json @@ -17,8 +17,5 @@ "prettier": "^2.8.8", "typescript": "~5.0.4" }, - "scripts": { - "postinstall": "tsc" - }, "private": true }