Skip to content

Commit bbceccd

Browse files
committed
fix: prepublish script fix
1 parent 1d029dd commit bbceccd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"clean": "turbo run clean",
99
"build:docs": "pnpm run build && tsx scripts/generate-caly-cli-docs.ts",
1010
"xano": "pnpm --filter @calycode/cli run xano",
11-
"prepublishOnly": "pnpm run build:packages",
11+
"prepublishOnly": "pnpm run build",
1212
"serve-registry": "npx serve registry --listen 3030"
1313
},
1414
"private": true,

0 commit comments

Comments
 (0)