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

fix: running new-create-llama

parent ecdc289d
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", "new-create-llama": "pnpm run build:release && changeset version --ignore llamaindex --ignore @llamaindex/core-test",
"new-snapshots": "pnpm run build:release && changeset version --snapshot" "new-snapshots": "pnpm run build:release && changeset version --snapshot"
}, },
"devDependencies": { "devDependencies": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment