Skip to content

Commit

Permalink
fix: running new-create-llama
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusschiesser committed Mar 6, 2024
1 parent ecdc289 commit de194d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"type-check": "tsc -b --diagnostics",
"release": "pnpm run build:release && changeset publish",
"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"
},
"devDependencies": {
Expand Down

0 comments on commit de194d1

Please sign in to comment.