fix: only build after install on prepublish (#789)
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user