From 680c634a1f12bc2061595998704328c6b2060cac Mon Sep 17 00:00:00 2001 From: JJ Kasper Date: Thu, 20 Jul 2023 15:09:27 -0700 Subject: [PATCH] Fix build side-effects from third-parties package --- packages/third-parties/package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/third-parties/package.json b/packages/third-parties/package.json index 9739f2a806a8a..b93a401339839 100644 --- a/packages/third-parties/package.json +++ b/packages/third-parties/package.json @@ -12,8 +12,7 @@ ], "license": "MIT", "scripts": { - "build": "rm -rf dist && tsc -d -p tsconfig.json && node scripts/update-third-parties", - "prepublishOnly": "cd ../../ && turbo run build", + "manual-build": "rm -rf dist && tsc -d -p tsconfig.json && node scripts/update-third-parties", "dev": "tsc -d -w -p tsconfig.json", "typescript": "tsec --noEmit -p tsconfig.json" },