Remove generate from build path to fix publishing (#1057)

This commit is contained in:
Logan
2025-12-10 11:52:43 -06:00
committed by GitHub
parent 18dd04b6de
commit d5b18a03fa
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"llama-cloud-services": patch
---
Fix publishing
+1 -1
View File
@@ -6,7 +6,7 @@
"scripts": {
"get-openapi": "node ./scripts/get-openapi.js",
"generate": "./node_modules/.bin/openapi-ts",
"build": "pnpm run generate && bunchee",
"build": "bunchee",
"dev": "bunchee --watch",
"lint": "eslint src/ --ignore-pattern client/*.ts --no-warn-ignored",
"format": "prettier --write ./src/ tests/",