fix: only build after install on prepublish (#789)

This commit is contained in:
Kainoa Kanter
2026-02-03 16:19:52 -08:00
committed by GitHub
parent e411940d5c
commit 09e83932f9

View File

@@ -62,7 +62,7 @@
"check": "bun run scripts/check.js",
"dev": "bun --loader:.md=text --loader:.mdx=text --loader:.txt=text run src/index.ts",
"build": "node scripts/postinstall-patches.js && bun run build.js",
"prepare": "bun run build",
"prepublishOnly": "bun run build",
"postinstall": "node scripts/postinstall-patches.js"
},
"lint-staged": {