Skip to content
Snippets Groups Projects
Commit ff87f998 authored by Alex Yang's avatar Alex Yang
Browse files

fix: avoid publishing test package

parent 65d83461
Branches
Tags
No related merge requests found
{
"name": "@llamaindex/core-test",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"test": "vitest run"
},
"dependencies": {
"llamaindex": "workspace:*"
},
"devDependencies": {
"llamaindex": "workspace:*",
"vitest": "^1.3.1"
}
}
......@@ -282,11 +282,10 @@ importers:
version: 5.3.3
 
packages/core/tests:
dependencies:
devDependencies:
llamaindex:
specifier: workspace:*
version: link:..
devDependencies:
vitest:
specifier: ^1.3.1
version: 1.3.1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment