-
- Downloads
chore: allow separate releases for create-llama and llamaindex
... | @@ -12,8 +12,9 @@ | ... | @@ -12,8 +12,9 @@ |
"test": "turbo run test", | "test": "turbo run test", | ||
"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-version": "pnpm run build:release && changeset version", | "new-llamaindex": "pnpm run build:release && changeset version --ignore create-llama", | ||
"new-snapshot": "pnpm run build:release && changeset version --snapshot" | "new-create-llama": "pnpm run build:release && changeset version --ignore llamaindex", | ||
"new-snapshots": "pnpm run build:release && changeset version --snapshot" | |||
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
"@changesets/cli": "^2.27.1", | "@changesets/cli": "^2.27.1", | ||
... | ... |
Please register or sign in to comment