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",