Skip to content
Snippets Groups Projects
Commit 98894055 authored by Marcus Schiesser's avatar Marcus Schiesser
Browse files

fix: create-llama release

parent 4589a846
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
"type-check": "tsc -b --diagnostics", "type-check": "tsc -b --diagnostics",
"release": "pnpm run build:release && changeset publish", "release": "pnpm run build:release && changeset publish",
"new-llamaindex": "pnpm run build:release && changeset version --ignore create-llama", "new-llamaindex": "pnpm run build:release && changeset version --ignore create-llama",
"new-create-llama": "pnpm run build:release && changeset version --ignore llamaindex --ignore @llamaindex/core-test", "new-create-llama": "pnpm run build:release && changeset version --ignore llamaindex --ignore @llamaindex/core-test --ignore @llamaindex/experimental",
"new-experimental": "pnpm run build:release && changeset version --ignore create-llama" "new-experimental": "pnpm run build:release && changeset version --ignore create-llama"
}, },
"devDependencies": { "devDependencies": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment