From f6d8d44aba5131d98778005291d9efca75f9e420 Mon Sep 17 00:00:00 2001 From: wousp112 Date: Fri, 6 Mar 2026 21:25:51 +0000 Subject: [PATCH] fix(install): build dist for git-based plugin installs Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode) Co-authored-by: Sisyphus --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 583725183..4a588fa54 100644 --- a/package.json +++ b/package.json @@ -26,6 +26,7 @@ "build:binaries": "bun run script/build-binaries.ts", "build:schema": "bun run script/build-schema.ts", "clean": "rm -rf dist", + "prepare": "bun run build", "postinstall": "node postinstall.mjs", "prepublishOnly": "bun run clean && bun run build", "typecheck": "tsc --noEmit",