Skip to content

Commit 860feac

Browse files
killaguclaude
andcommitted
fix(logger): remove prepublishOnly script that breaks workspace publish
The prepublishOnly script runs tsdown individually during pnpm -r publish, but tsdown workspace mode fails after devExports has already modified package.json files. The root pnpm build already builds all packages including logger, so prepublishOnly is unnecessary. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent d1bdc48 commit 860feac

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/logger/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
"scripts": {
3939
"build": "tsdown",
4040
"clean": "rimraf dist",
41-
"prepublishOnly": "npm run build",
4241
"lint": "oxlint --type-aware",
4342
"typecheck": "tsgo --noEmit",
4443
"test": "vitest run"

0 commit comments

Comments
 (0)