Skip to content

Commit e7c0ebf

Browse files
committed
fix: typescript ci publish
1 parent 454934e commit e7c0ebf

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

sdks/typescript/client/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
"vitest": "^1.0.0"
3939
},
4040
"scripts": {
41+
"prepublishOnly": "pnpm run build",
4142
"build": "pnpm run bundle:iframe && tsc && vite build",
4243
"bundle:iframe": "node scripts/bundle-iframe.js",
4344
"dev": "pnpm run bundle:iframe && vite",

sdks/typescript/server/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"vitest": "^1.0.0"
2727
},
2828
"scripts": {
29+
"prepublishOnly": "pnpm run build",
2930
"dev": "vite",
3031
"build": "vite build",
3132
"test": "vitest run",

0 commit comments

Comments
 (0)