Skip to content

Commit d5b18a0

Browse files
Remove generate from build path to fix publishing (#1057)
1 parent 18dd04b commit d5b18a0

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/solid-months-doubt.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"llama-cloud-services": patch
3+
---
4+
5+
Fix publishing

ts/llama_cloud_services/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"scripts": {
77
"get-openapi": "node ./scripts/get-openapi.js",
88
"generate": "./node_modules/.bin/openapi-ts",
9-
"build": "pnpm run generate && bunchee",
9+
"build": "bunchee",
1010
"dev": "bunchee --watch",
1111
"lint": "eslint src/ --ignore-pattern client/*.ts --no-warn-ignored",
1212
"format": "prettier --write ./src/ tests/",

0 commit comments

Comments
 (0)