We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
generate
1 parent 18dd04b commit d5b18a0Copy full SHA for d5b18a0
.changeset/solid-months-doubt.md
@@ -0,0 +1,5 @@
1
+---
2
+"llama-cloud-services": patch
3
4
+
5
+Fix publishing
ts/llama_cloud_services/package.json
@@ -6,7 +6,7 @@
6
"scripts": {
7
"get-openapi": "node ./scripts/get-openapi.js",
8
"generate": "./node_modules/.bin/openapi-ts",
9
- "build": "pnpm run generate && bunchee",
+ "build": "bunchee",
10
"dev": "bunchee --watch",
11
"lint": "eslint src/ --ignore-pattern client/*.ts --no-warn-ignored",
12
"format": "prettier --write ./src/ tests/",
0 commit comments