From 2c540d26af5fd5ecb91a1f789e5133df8fbc6d9f Mon Sep 17 00:00:00 2001 From: Stainless Bot Date: Fri, 31 May 2024 17:11:54 +0000 Subject: [PATCH] fix: allow git imports for pnpm --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 9c385f41c..786669bda 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,6 @@ "scripts": { "test": "./scripts/test", "build": "./scripts/build", - "prepack": "echo 'to pack, run yarn build && (cd dist; yarn pack)' && exit 1", "prepublishOnly": "echo 'to publish, run yarn build && (cd dist; yarn publish)' && exit 1", "format": "prettier --write --cache --cache-strategy metadata . !dist", "prepare": "if ./scripts/utils/check-is-in-git-install.sh; then ./scripts/build; fi",