Compare commits

...

2 Commits

Author SHA1 Message Date
Logan Markewich 25d16864ea fix publishing 2025-12-10 11:48:28 -06:00
Logan Markewich 1d3a93a6c5 fix publishing by removing generate from build command 2025-12-10 11:47:37 -06:00
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/",