From c823db908375a42c9ee73cf48f7b29d44b7ef9ab Mon Sep 17 00:00:00 2001 From: slowsats <116310285+slowsats@users.noreply.github.com> Date: Sun, 5 Jul 2026 07:56:01 -0400 Subject: [PATCH] fix: add prepare script so git dependency installs include the built lib output Co-Authored-By: Claude Fable 5 --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 02f0f28..abe8157 100644 --- a/package.json +++ b/package.json @@ -35,6 +35,7 @@ "typecheck": "tsc --noEmit", "lint": "eslint \"**/*.{js,ts,tsx}\"", "prepack": "bob build", + "prepare": "bob build", "release": "release-it", "example": "yarn --cwd example", "bootstrap": "yarn example && yarn install && yarn example pods",