We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bef4e59 commit c5648cdCopy full SHA for c5648cd
1 file changed
packages/ui/package.json
@@ -76,7 +76,8 @@
76
"build:app-ext": "tsx build/script.app-ext.ts",
77
"typecheck": "pnpm build:api && tsc -p tsconfig.json --noEmit --pretty false && tsc -p test-d/tsconfig.json --noEmit --pretty false",
78
"test:types": "pnpm build && pnpm typecheck",
79
- "release": "pnpm publish --tag beta"
+ "release": "pnpm publish --tag beta",
80
+ "prepack": "pnpm build"
81
},
82
"devDependencies": {
83
"@types/node": "^25.9.2",
0 commit comments