Skip to content

Commit 644a4a2

Browse files
tylerslatonclaude
andcommitted
fix(a2ui-renderer): remove redundant prepack script causing canary publish failures
The prepack script ran `pnpm run build` during `pnpm publish`, duplicating the build that prerelease.ts/publish-release.ts already do across the workspace. With tsdown's `exports: true` regenerating package.json's exports field on every build, the second rewrite happened mid-publish and pnpm's pack step failed with ENOENT on the staging tarball. No other monorepo package has prepack — bringing a2ui-renderer in line. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 2781b7d commit 644a4a2

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

packages/a2ui-renderer/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
"access": "public"
3939
},
4040
"scripts": {
41-
"prepack": "pnpm run build",
4241
"build": "tsdown",
4342
"check-types": "tsc --noEmit -p tsconfig.json",
4443
"test": "vitest run",

0 commit comments

Comments
 (0)