Skip to content

Commit c5648cd

Browse files
committed
build: rebuild package before packing
1 parent bef4e59 commit c5648cd

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/ui/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@
7676
"build:app-ext": "tsx build/script.app-ext.ts",
7777
"typecheck": "pnpm build:api && tsc -p tsconfig.json --noEmit --pretty false && tsc -p test-d/tsconfig.json --noEmit --pretty false",
7878
"test:types": "pnpm build && pnpm typecheck",
79-
"release": "pnpm publish --tag beta"
79+
"release": "pnpm publish --tag beta",
80+
"prepack": "pnpm build"
8081
},
8182
"devDependencies": {
8283
"@types/node": "^25.9.2",

0 commit comments

Comments
 (0)