We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 454934e commit e7c0ebfCopy full SHA for e7c0ebf
sdks/typescript/client/package.json
@@ -38,6 +38,7 @@
38
"vitest": "^1.0.0"
39
},
40
"scripts": {
41
+ "prepublishOnly": "pnpm run build",
42
"build": "pnpm run bundle:iframe && tsc && vite build",
43
"bundle:iframe": "node scripts/bundle-iframe.js",
44
"dev": "pnpm run bundle:iframe && vite",
sdks/typescript/server/package.json
@@ -26,6 +26,7 @@
26
27
28
29
30
"dev": "vite",
31
"build": "vite build",
32
"test": "vitest run",
0 commit comments